Index: third_party/WebKit/LayoutTests/fast/repaint/scroll-in-fixed-layer-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/scroll-in-fixed-layer-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/scroll-in-fixed-layer-expected.txt |
deleted file mode 100644 |
index e2887f708bc792deb3d2d46085b94378d44278fd..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/scroll-in-fixed-layer-expected.txt |
+++ /dev/null |
@@ -1,44 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 2016], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 2016], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) DIV class='absolute green'", |
- "rect": [100, 1150, 100, 100], |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV class='absolute red'", |
- "rect": [100, 1150, 100, 100], |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='moveMe' class='fixed clipped'", |
- "rect": [100, 1150, 100, 100], |
- "reason": "subtree" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='moveMe' class='fixed clipped'", |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV class='absolute green'", |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV class='absolute red'", |
- "reason": "subtree" |
- } |
- ] |
-} |
- |