Index: third_party/WebKit/LayoutTests/platform/android/fast/repaint/subtree-root-clip-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/android/fast/repaint/subtree-root-clip-expected.txt b/third_party/WebKit/LayoutTests/platform/android/fast/repaint/subtree-root-clip-expected.txt |
deleted file mode 100644 |
index 9d27e92d3e70ffa163398eed7dd17caf7f524089..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/android/fast/repaint/subtree-root-clip-expected.txt |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-{ |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "repaintRects": [ |
- [8, 8, 100, 100], |
- [8, 8, 100, 100] |
- ], |
- "paintInvalidationClients": [ |
- "LayoutBlockFlow (floating) DIV", |
- "LayoutBlockFlow DIV id='inner'" |
- ] |
- } |
- ] |
-} |
- |