Index: third_party/WebKit/LayoutTests/fast/repaint/repaint-composited-child-in-scrolled-container-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/repaint-composited-child-in-scrolled-container-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/repaint-composited-child-in-scrolled-container-expected.txt |
deleted file mode 100644 |
index 48d792ef7a9a6bc02e6bc54020c53162dab15e4e..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/repaint-composited-child-in-scrolled-container-expected.txt |
+++ /dev/null |
@@ -1,55 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='outer'", |
- "rect": [8, 293, 285, 15], |
- "reason": "scroll" |
- } |
- ], |
- "children": [ |
- { |
- "name": "Ancestor Clipping Layer", |
- "position": [8, 8], |
- "bounds": [285, 285], |
- "shouldFlattenTransform": false, |
- "children": [ |
- { |
- "name": "LayoutBlockFlow (positioned) DIV id='container'", |
- "position": [-315, 0], |
- "bounds": [600, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backgroundColor": "#FF0000", |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV id='inner'", |
- "rect": [0, 0, 600, 600], |
- "reason": "style change" |
- } |
- ] |
- } |
- ] |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "HorizontalScrollbar", |
- "reason": "scroll" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='inner'", |
- "reason": "style change" |
- } |
- ] |
-} |
- |