summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-placeholder-scroll-expected.html
blob: 1c0ae86dd1283db82c7ca381776477eb92391ea1 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<style>
textarea {
  line-height: 20px;
  height: 20px;
}
</style>
<p>Test passes if you can see "Pass" in textarea.</p>
<textarea>Pass</textarea>