Index: third_party/WebKit/LayoutTests/fast/repaint/fixed-child-move-after-scroll-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-child-move-after-scroll-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/fixed-child-move-after-scroll-expected.txt |
index 97ee2b39326e6ef05b9c609777e6e7a0409418f4..fb8b4f99a1841810240bdcf736488779e0797b2c 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-child-move-after-scroll-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/fixed-child-move-after-scroll-expected.txt |
@@ -8,12 +8,12 @@ |
"paintInvalidations": [ |
{ |
"object": "LayoutBlockFlow (positioned) DIV id='toMove'", |
- "rect": [10, 270, 100, 100], |
+ "rect": [150, 270, 100, 100], |
"reason": "location change" |
}, |
{ |
"object": "LayoutBlockFlow (positioned) DIV id='toMove'", |
- "rect": [150, 270, 100, 100], |
+ "rect": [10, 270, 100, 100], |
"reason": "location change" |
} |
] |