Index: third_party/WebKit/LayoutTests/fast/repaint/view-background-from-body-2-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/view-background-from-body-2-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/view-background-from-body-2-expected.txt |
index 39348aae01bc2be2ba8839a8b64f709c01ac3825..4eaff663b39633028951fc33d89cd3c27e1ab219 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/view-background-from-body-2-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/view-background-from-body-2-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": "layoutObject insertion" |
+ } |
] |
} |