Index: third_party/WebKit/LayoutTests/platform/android/fast/repaint/filter-repaint-on-accelerated-layer-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/android/fast/repaint/filter-repaint-on-accelerated-layer-expected.txt b/third_party/WebKit/LayoutTests/platform/android/fast/repaint/filter-repaint-on-accelerated-layer-expected.txt |
deleted file mode 100644 |
index bcf1ffcf621f2a4c8a7f7fd851779629614b40e9..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/android/fast/repaint/filter-repaint-on-accelerated-layer-expected.txt |
+++ /dev/null |
@@ -1,32 +0,0 @@ |
-{ |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "children": [ |
- { |
- "position": [8, 8], |
- "bounds": [200, 200], |
- "drawsContent": true, |
- "children": [ |
- { |
- "bounds": [100, 200], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backgroundColor": "#008000", |
- "repaintRects": [ |
- [100, 0, 100, 200] |
- ], |
- "paintInvalidationClients": [ |
- "LayoutBlockFlow DIV id='resize' class='accelerated'" |
- ] |
- } |
- ] |
- } |
- ] |
- } |
- ] |
-} |
- |