Index: third_party/WebKit/LayoutTests/fast/repaint/percent-size-image-resize-container-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/percent-size-image-resize-container-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/percent-size-image-resize-container-expected.txt |
index 10c0603faa41a0c04767aef9b2655c8361712ffe..7f12086e3299dc59725a99fe7a7e53c873e310fd 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/percent-size-image-resize-container-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/percent-size-image-resize-container-expected.txt |
@@ -7,16 +7,6 @@ |
"drawsContent": true, |
"paintInvalidations": [ |
{ |
- "object": "LayoutBlockFlow (positioned) DIV", |
- "rect": [100, 50, 50, 150], |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV", |
- "rect": [0, 200, 100, 50], |
- "reason": "incremental" |
- }, |
- { |
"object": "LayoutImage (positioned) IMG", |
"rect": [0, 50, 150, 150], |
"reason": "forced by layout" |
@@ -25,6 +15,16 @@ |
"object": "LayoutImage (positioned) IMG", |
"rect": [0, 50, 100, 200], |
"reason": "forced by layout" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV", |
+ "rect": [0, 200, 100, 50], |
+ "reason": "incremental" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV", |
+ "rect": [100, 50, 50, 150], |
+ "reason": "incremental" |
} |
] |
} |