Index: third_party/WebKit/LayoutTests/platform/android/fast/repaint/filter-invalidation-with-composited-container-change-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/android/fast/repaint/filter-invalidation-with-composited-container-change-expected.txt b/third_party/WebKit/LayoutTests/platform/android/fast/repaint/filter-invalidation-with-composited-container-change-expected.txt |
deleted file mode 100644 |
index 92b268d3d7acdbcae5782fe0efdfc8ef86e3f7a6..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/android/fast/repaint/filter-invalidation-with-composited-container-change-expected.txt |
+++ /dev/null |
@@ -1,32 +0,0 @@ |
-{ |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "repaintRects": [ |
- [8, 8, 329, 329] |
- ], |
- "paintInvalidationClients": [ |
- "LayoutBlockFlow DIV id='box' class='green box blurry'" |
- ], |
- "children": [ |
- { |
- "position": [8, 8], |
- "bounds": [200, 200], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backgroundColor": "#008000", |
- "repaintRects": [ |
- [-29, -29, 258, 258] |
- ], |
- "paintInvalidationClients": [ |
- "LayoutBlockFlow DIV id='box' class='green box blurry'" |
- ] |
- } |
- ] |
- } |
- ] |
-} |
- |