Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / textarea-resize-property-change-expected.html
blobebc705ea4c9d2961f9fa30f9c506b59f8e065193
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>