Index: third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt |
index 8d31c3c02d66b4201265f66f97ce8baba0a7d500..df033ae5f4f132a18ac71bdeaab31f78342f5d04 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt |
@@ -6,14 +6,14 @@ |
"drawsContent": true, |
"paintInvalidations": [ |
{ |
- "object": "LayoutBlockFlow HTML", |
- "rect": [0, 0, 200, 8], |
- "reason": "forced by layout" |
- }, |
- { |
"object": "LayoutView #document", |
"rect": [0, 200, 200, 100], |
"reason": "incremental" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow HTML", |
+ "rect": [0, 0, 200, 8], |
+ "reason": "forced by layout" |
} |
] |
} |
@@ -27,9 +27,9 @@ |
"drawsContent": true, |
"paintInvalidations": [ |
{ |
- "object": "LayoutBlockFlow BODY", |
- "rect": [0, 0, 0, 0], |
- "reason": "became visible" |
+ "object": "LayoutView #document", |
+ "rect": [0, 0, 300, 300], |
+ "reason": "full" |
}, |
{ |
"object": "LayoutBlockFlow HTML", |
@@ -38,13 +38,12 @@ |
}, |
{ |
"object": "LayoutView #document", |
- "rect": [0, 0, 300, 300], |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutView #document", |
"rect": [200, 0, 100, 300], |
"reason": "incremental" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow BODY", |
+ "reason": "became visible" |
} |
] |
} |
@@ -58,14 +57,14 @@ |
"drawsContent": true, |
"paintInvalidations": [ |
{ |
- "object": "LayoutBlockFlow HTML", |
- "rect": [0, 0, 300, 8], |
- "reason": "forced by layout" |
- }, |
- { |
"object": "LayoutView #document", |
"rect": [0, 250, 300, 50], |
"reason": "incremental" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow HTML", |
+ "rect": [0, 0, 300, 8], |
+ "reason": "forced by layout" |
} |
] |
} |
@@ -79,11 +78,6 @@ |
"drawsContent": true, |
"paintInvalidations": [ |
{ |
- "object": "LayoutBlockFlow BODY", |
- "rect": [0, 0, 0, 0], |
- "reason": "became visible" |
- }, |
- { |
"object": "LayoutBlockFlow HTML", |
"rect": [0, 0, 300, 8], |
"reason": "forced by layout" |
@@ -97,6 +91,10 @@ |
"object": "LayoutView #document", |
"rect": [250, 0, 50, 250], |
"reason": "incremental" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow BODY", |
+ "reason": "became visible" |
} |
] |
} |