Index: third_party/WebKit/LayoutTests/fast/repaint/invalidation-with-zero-size-object-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/invalidation-with-zero-size-object-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/invalidation-with-zero-size-object-expected.txt |
deleted file mode 100644 |
index 1a59c1165d759a3cdf28ee2758c1c9f536d9ad13..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/invalidation-with-zero-size-object-expected.txt |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV id='element'", |
- "rect": [8, 8, 200, 200], |
- "reason": "became invisible" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV id='element'", |
- "reason": "became invisible" |
- } |
- ] |
-} |
- |