Index: third_party/WebKit/LayoutTests/fast/repaint/body-background-image-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/body-background-image-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/body-background-image-expected.txt |
index 7cfb28c003c425aa3eb0f453b1a16f4c4e2cb226..095c411e1b45521c39bc0a39e6975947c1f014c5 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/body-background-image-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/body-background-image-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -19,6 +21,16 @@ |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutView #document", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow BODY", |
+ "reason": "style change" |
+ } |
] |
} |