Index: third_party/WebKit/LayoutTests/platform/android/fast/repaint/invalidate-invisible-element-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/android/fast/repaint/invalidate-invisible-element-expected.txt b/third_party/WebKit/LayoutTests/platform/android/fast/repaint/invalidate-invisible-element-expected.txt |
deleted file mode 100644 |
index 1de03015876fc57a38991656e0799616ba6d0cf1..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/android/fast/repaint/invalidate-invisible-element-expected.txt |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-{ |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "repaintRects": [ |
- [200, 300, 200, 200] |
- ], |
- "paintInvalidationClients": [ |
- "LayoutBlockFlow (positioned) DIV id='target'" |
- ] |
- } |
- ] |
-} |
- |