Index: third_party/WebKit/LayoutTests/fast/repaint/resize-child-within-overflow-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/resize-child-within-overflow-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/resize-child-within-overflow-expected.txt |
deleted file mode 100644 |
index 11ebf8936c3ced000cb976f7d4cb23dfd8518567..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/resize-child-within-overflow-expected.txt |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 1000], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 1000], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) DIV class='container'", |
- "rect": [400, 0, 200, 1000], |
- "reason": "incremental" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) DIV class='container'", |
- "reason": "incremental" |
- } |
- ] |
-} |
- |