Index: third_party/WebKit/LayoutTests/fast/repaint/reflection-invalidation-after-display-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/reflection-invalidation-after-display-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/reflection-invalidation-after-display-expected.txt |
index 5b54b87cc24ac43b80fde3c1fd11158260ebf6cd..23d918e4d7d222fa89c192bd97f9226e9fad1065 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/reflection-invalidation-after-display-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/reflection-invalidation-after-display-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -18,6 +20,16 @@ |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV id='box' class='green box'", |
+ "reason": "subtree" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV id='box' class='green box'", |
+ "reason": "subtree" |
+ } |
] |
} |