Index: third_party/WebKit/LayoutTests/compositing/will-change/containing-block-added-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/compositing/will-change/containing-block-added-expected.txt b/third_party/WebKit/LayoutTests/compositing/will-change/containing-block-added-expected.txt |
deleted file mode 100644 |
index db951d956eb5b4856a2ed2a468201e490b1dd55e..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/compositing/will-change/containing-block-added-expected.txt |
+++ /dev/null |
@@ -1,47 +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 class='fixed'", |
- "rect": [50, 50, 75, 75], |
- "reason": "subtree" |
- } |
- ], |
- "children": [ |
- { |
- "name": "LayoutBlockFlow (positioned) DIV id='container'", |
- "position": [200, 100], |
- "transformOrigin": [50, 50], |
- "bounds": [125, 125], |
- "drawsContent": true, |
- "backgroundColor": "#0000FF", |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) DIV class='fixed'", |
- "rect": [50, 50, 75, 75], |
- "reason": "style change" |
- } |
- ] |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) DIV class='fixed'", |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV class='fixed'", |
- "reason": "style change" |
- } |
- ] |
-} |
- |