Index: LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt |
diff --git a/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt b/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt |
deleted file mode 100644 |
index f8167017056f80b3624a93b5cafb7aa057d2fe57..0000000000000000000000000000000000000000 |
--- a/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt |
+++ /dev/null |
@@ -1,61 +0,0 @@ |
-{ |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "children": [ |
- { |
- "position": [300, 300], |
- "bounds": [200, 200], |
- "drawsContent": true, |
- "repaintRects": [ |
- [0, 50, 100, 100] |
- ], |
- "paintInvalidationClients": [ |
- "LayoutBlockFlow DIV id='target'" |
- ], |
- "children": [ |
- { |
- "bounds": [185, 200], |
- "children": [ |
- { |
- "bounds": [185, 4900], |
- "drawsContent": true, |
- "repaintRects": [ |
- [0, 2400, 100, 100] |
- ], |
- "paintInvalidationClients": [ |
- "LayoutBlockFlow DIV id='target'" |
- ], |
- "children": [ |
- { |
- |
- } |
- ] |
- } |
- ] |
- }, |
- { |
- "children": [ |
- { |
- "position": [185, 0], |
- "bounds": [15, 200], |
- "drawsContent": true, |
- "repaintRects": [ |
- [0, 0, 15, 200] |
- ], |
- "paintInvalidationClients": [ |
- "##ALL##" |
- ] |
- } |
- ] |
- } |
- ] |
- } |
- ] |
- } |
- ] |
-} |
- |