Index: third_party/WebKit/LayoutTests/platform/android/fast/repaint/view-background-from-body-2-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/android/fast/repaint/view-background-from-body-2-expected.txt b/third_party/WebKit/LayoutTests/platform/android/fast/repaint/view-background-from-body-2-expected.txt |
deleted file mode 100644 |
index b4dcdc714ca80eda413327262a4cbc0b6a810b52..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/android/fast/repaint/view-background-from-body-2-expected.txt |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
-{ |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backgroundColor": "#0000FF", |
- "repaintRects": [ |
- [50, 50, 700, 500], |
- [0, 0, 800, 600] |
- ], |
- "paintInvalidationClients": [ |
- "LayoutView #document", |
- "LayoutBlockFlow BODY" |
- ] |
- } |
- ] |
-} |
- |