Index: third_party/WebKit/LayoutTests/fast/repaint/background-image-paint-invalidation-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/background-image-paint-invalidation-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/background-image-paint-invalidation-expected.txt |
index cfab91668c616dfc41be5046faf705f3df3c0b64..5d04cc559afaf16aacf39920e91e8e5c39ce2c4a 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/background-image-paint-invalidation-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/background-image-paint-invalidation-expected.txt |
@@ -7,13 +7,13 @@ |
"drawsContent": true, |
"paintInvalidations": [ |
{ |
- "object": "LayoutBlockFlow BODY", |
- "rect": [8, 8, 800, 2000], |
+ "object": "LayoutView #document", |
+ "rect": [0, 0, 808, 2016], |
"reason": "style change" |
}, |
{ |
- "object": "LayoutView #document", |
- "rect": [0, 0, 808, 2016], |
+ "object": "LayoutBlockFlow BODY", |
+ "rect": [8, 8, 800, 2000], |
"reason": "style change" |
} |
] |