Index: third_party/WebKit/LayoutTests/fast/repaint/relative-margin-change-repaint-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/relative-margin-change-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/relative-margin-change-repaint-expected.txt |
index 1e0901fcd41a9940a8ffd83b438bcf55d59b3741..aa162a3b580665c3ca95c25b351b087698fa1d5c 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/relative-margin-change-repaint-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/relative-margin-change-repaint-expected.txt |
@@ -7,8 +7,13 @@ |
"drawsContent": true, |
"paintInvalidations": [ |
{ |
- "object": "LayoutBlockFlow (relative positioned) DIV id='container'", |
- "rect": [0, 40, 200, 400], |
+ "object": "LayoutBlockFlow BODY", |
+ "rect": [0, 20, 800, 400], |
+ "reason": "location change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow BODY", |
+ "rect": [0, 0, 800, 400], |
"reason": "location change" |
}, |
{ |
@@ -17,8 +22,8 @@ |
"reason": "location change" |
}, |
{ |
- "object": "LayoutBlockFlow (relative positioned) DIV id='test'", |
- "rect": [0, 40, 100, 100], |
+ "object": "LayoutBlockFlow (relative positioned) DIV id='container'", |
+ "rect": [0, 40, 200, 400], |
"reason": "location change" |
}, |
{ |
@@ -27,13 +32,8 @@ |
"reason": "location change" |
}, |
{ |
- "object": "LayoutBlockFlow BODY", |
- "rect": [0, 0, 800, 400], |
- "reason": "location change" |
- }, |
- { |
- "object": "LayoutBlockFlow BODY", |
- "rect": [0, 20, 800, 400], |
+ "object": "LayoutBlockFlow (relative positioned) DIV id='test'", |
+ "rect": [0, 40, 100, 100], |
"reason": "location change" |
} |
] |