Chromium Code Reviews| Index: LayoutTests/virtual/slimmingpaint/fast/repaint/textarea-resize-property-change-expected.txt |
| diff --git a/LayoutTests/virtual/slimmingpaint/fast/repaint/textarea-resize-property-change-expected.txt b/LayoutTests/virtual/slimmingpaint/fast/repaint/textarea-resize-property-change-expected.txt |
| deleted file mode 100644 |
| index e34bb0cb3f3d918c4ec8c6b1187a83bb351a8356..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/virtual/slimmingpaint/fast/repaint/textarea-resize-property-change-expected.txt |
| +++ /dev/null |
| @@ -1,17 +0,0 @@ |
| -{ |
| - "bounds": [800, 600], |
| - "children": [ |
| - { |
| - "bounds": [800, 600], |
| - "contentsOpaque": true, |
| - "drawsContent": true, |
| - "repaintRects": [ |
| - [0, 50, 106, 106] |
| - ], |
| - "paintInvalidationClients": [ |
| - "LayoutTextControl (positioned) TEXTAREA id='textarea'" |
| - ] |
| - } |
| - ] |
| -} |
| - |