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