Index: third_party/WebKit/LayoutTests/fast/repaint/textarea-resize-property-change-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/textarea-resize-property-change-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/textarea-resize-property-change-expected.txt |
deleted file mode 100644 |
index f3e47cf4625aa1a8e74f2b2e7c6a54256dab11ff..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/textarea-resize-property-change-expected.txt |
+++ /dev/null |
@@ -1,31 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutTextControl (positioned) TEXTAREA id='textarea'", |
- "rect": [0, 50, 106, 106], |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutTextControl (positioned) TEXTAREA id='textarea'", |
- "rect": [90, 140, 15, 15], |
- "reason": "scroll" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutTextControl (positioned) TEXTAREA id='textarea'", |
- "reason": "style change" |
- } |
- ] |
-} |
- |