Index: third_party/WebKit/LayoutTests/fast/repaint/static-to-positioned-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/static-to-positioned-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/static-to-positioned-expected.txt |
index ba87f75ffa0590d04edde5c5ecdac10623bb3e5d..81431c9c0725956738dbac6ea7932dd39a01613a 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/static-to-positioned-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/static-to-positioned-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -28,6 +30,16 @@ |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow (relative positioned) DIV id='a'", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV id='t'", |
+ "reason": "style change" |
+ } |
] |
} |