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 |
index 57428820b2cc246be8218b3488fcc2f170bf4223..56d94954244f902d2480b16384b0a6e11055b764 100644 |
--- 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 |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -14,6 +16,7 @@ |
], |
"children": [ |
{ |
+ "name": "LayoutBlockFlow (positioned) DIV id='container'", |
"position": [200, 100], |
"transformOrigin": [50, 50], |
"bounds": [125, 125], |
@@ -29,6 +32,16 @@ |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV class='fixed'", |
+ "reason": "subtree" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV class='fixed'", |
+ "reason": "bounds change" |
+ } |
] |
} |