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
/
paint
/
invalidation
/
spv2
/
textarea-resize-property-change-expected.html
blob
ebc705ea4c9d2961f9fa30f9c506b59f8e065193
1
<!DOCTYPE
html
>
2
Tests paint invalidation when a textarea's resize property changed.
3
Passes if the resize handle is repainted correctly.
4
<textarea
id
=
"textarea"
style
=
"
5
position: absolute;
6
top: 50px;
7
left: 0;
8
width: 100px;
9
height: 100px;
10
resize: auto"
>
11
</textarea>