Index: third_party/WebKit/LayoutTests/fast/repaint/fixed-scroll-simple-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-scroll-simple-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/fixed-scroll-simple-expected.txt |
index 960a88c7e2adc987c1240e0ebb3da4f8d02ec4cb..37777a73d40c19b3575d254368f2c9250d9eb2a6 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-scroll-simple-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/fixed-scroll-simple-expected.txt |
@@ -8,12 +8,12 @@ |
"paintInvalidations": [ |
{ |
"object": "LayoutBlockFlow (positioned) DIV class='green'", |
- "rect": [8, 100, 100, 100], |
+ "rect": [8, 200, 100, 100], |
"reason": "location change" |
}, |
{ |
"object": "LayoutBlockFlow (positioned) DIV class='green'", |
- "rect": [8, 200, 100, 100], |
+ "rect": [8, 100, 100, 100], |
"reason": "location change" |
} |
] |