Index: third_party/WebKit/LayoutTests/fast/repaint/paint-invalidation-with-opacity-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/paint-invalidation-with-opacity-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/paint-invalidation-with-opacity-expected.txt |
deleted file mode 100644 |
index 2a0ed69a47dd9bc8a0f66ffdedd4b7ce04717b00..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/paint-invalidation-with-opacity-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='target'", |
- "rect": [8, 8, 100, 100], |
- "reason": "subtree" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV id='target'", |
- "reason": "subtree" |
- } |
- ] |
-} |
- |