repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
forms
/
textarea
/
textarea-placeholder-scroll-expected.html
blob
1c0ae86dd1283db82c7ca381776477eb92391ea1
1
<!DOCTYPE
html
>
2
<style>
3
textarea {
4
line-height:
20
px;
5
height:
20
px;
6
}
7
</style>
8
<p>
Test passes if you can see
"Pass"
in textarea.
</p>
9
<textarea>
Pass
</textarea>