Index: third_party/WebKit/LayoutTests/platform/android/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/android/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt b/third_party/WebKit/LayoutTests/platform/android/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt |
deleted file mode 100644 |
index d6d864da579d7e44af66152f2b69136efe412984..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/android/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt |
+++ /dev/null |
@@ -1,28 +0,0 @@ |
-{ |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "children": [ |
- { |
- "bounds": [300, 300], |
- "children": [ |
- { |
- "bounds": [200, 200], |
- "drawsContent": true, |
- "repaintRects": [ |
- [0, 0, 200, 200] |
- ], |
- "paintInvalidationClients": [ |
- "LayoutHTMLCanvas (positioned) CANVAS" |
- ] |
- } |
- ] |
- } |
- ] |
- } |
- ] |
-} |
- |