Index: third_party/WebKit/LayoutTests/platform/android/compositing/squashing/repaint-overflow-scrolled-squashed-content-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/android/compositing/squashing/repaint-overflow-scrolled-squashed-content-expected.txt b/third_party/WebKit/LayoutTests/platform/android/compositing/squashing/repaint-overflow-scrolled-squashed-content-expected.txt |
deleted file mode 100644 |
index df01d57e971afee8793999eb519123efd09aac30..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/android/compositing/squashing/repaint-overflow-scrolled-squashed-content-expected.txt |
+++ /dev/null |
@@ -1,36 +0,0 @@ |
-{ |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "children": [ |
- { |
- "position": [8, 8], |
- "bounds": [185, 185], |
- "shouldFlattenTransform": false, |
- "children": [ |
- { |
- "bounds": [150, 1000], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backgroundColor": "#ADD8E6" |
- }, |
- { |
- "bounds": [100, 1000], |
- "drawsContent": true, |
- "repaintRects": [ |
- [0, 0, 100, 1000] |
- ], |
- "paintInvalidationClients": [ |
- "LayoutBlockFlow (positioned) DIV id='foo'" |
- ] |
- } |
- ] |
- } |
- ] |
- } |
- ] |
-} |
- |