Index: third_party/WebKit/LayoutTests/fast/repaint/block-shift-repaint-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/block-shift-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/block-shift-repaint-expected.txt |
index a321eb1a98bde28d4942232bfb250f28156f53aa..fe7c24355271751cf7ea5893e5e74cac575bd0b3 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/block-shift-repaint-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/block-shift-repaint-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -108,6 +110,56 @@ |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow DIV id='div1' class='blue half'", |
+ "reason": "became invisible" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV class='red half'", |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV class='green half'", |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV id='top' class='blue half'", |
+ "reason": "became invisible" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV class='red half'", |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV class='green half'", |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV id='div2' class='zero'", |
+ "reason": "became visible" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV class='green half'", |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV class='red half'", |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV id='innerDiv'", |
+ "reason": "became visible" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV class='half'", |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV class='half'", |
+ "reason": "bounds change" |
+ } |
] |
} |