Index: third_party/WebKit/LayoutTests/platform/android/fast/repaint/invalidation-with-zero-size-object-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/android/fast/repaint/invalidation-with-zero-size-object-expected.txt b/third_party/WebKit/LayoutTests/platform/android/fast/repaint/invalidation-with-zero-size-object-expected.txt |
deleted file mode 100644 |
index cc5342baa27a139bf7038ae17fb073dd12d6b7cc..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/android/fast/repaint/invalidation-with-zero-size-object-expected.txt |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-{ |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "repaintRects": [ |
- [8, 8, 200, 200] |
- ], |
- "paintInvalidationClients": [ |
- "LayoutBlockFlow DIV id='element'" |
- ] |
- } |
- ] |
-} |
- |