Index: third_party/WebKit/LayoutTests/compositing/will-change/containing-block-removed-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/compositing/will-change/containing-block-removed-expected.txt b/third_party/WebKit/LayoutTests/compositing/will-change/containing-block-removed-expected.txt |
deleted file mode 100644 |
index 09fc2e82b5dad61d7ea502565da888ae8bff42ea..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/compositing/will-change/containing-block-removed-expected.txt |
+++ /dev/null |
@@ -1,70 +0,0 @@ |
-CONSOLE MESSAGE: line 30: debug |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) DIV class='fixed'", |
- "rect": [50, 50, 75, 75], |
- "reason": "style change" |
- } |
- ], |
- "children": [ |
- { |
- "name": "LayoutBlockFlow (positioned) DIV id='container'", |
- "position": [200, 100], |
- "bounds": [100, 100], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backgroundColor": "#0000FF", |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='container'", |
- "rect": [0, 0, 100, 100], |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='container'", |
- "rect": [0, 0, 100, 100], |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV class='fixed'", |
- "rect": [50, 50, 75, 75], |
- "reason": "subtree" |
- } |
- ] |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) DIV class='fixed'", |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='container'", |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV class='fixed'", |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='container'", |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV class='fixed'", |
- "reason": "style change" |
- } |
- ] |
-} |
- |