Index: third_party/WebKit/LayoutTests/fast/repaint/margin-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/margin-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/margin-expected.txt |
index 35cbfc886f24e17381476261e843b38f7d9d71c6..ffc7608ac3f89b691dc0267dce61cfbd0bbad7c7 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/margin-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/margin-expected.txt |
@@ -8,12 +8,12 @@ |
"paintInvalidations": [ |
{ |
"object": "LayoutBlockFlow (positioned) DIV id='target'", |
- "rect": [0, 0, 100, 100], |
+ "rect": [20, 20, 100, 100], |
"reason": "location change" |
}, |
{ |
"object": "LayoutBlockFlow (positioned) DIV id='target'", |
- "rect": [20, 20, 100, 100], |
+ "rect": [0, 0, 100, 100], |
"reason": "location change" |
} |
] |