Index: LayoutTests/platform/win/fast/repaint/overflow-scroll-after-move-expected.txt |
diff --git a/LayoutTests/platform/win/fast/repaint/overflow-scroll-after-move-expected.txt b/LayoutTests/platform/win/fast/repaint/overflow-scroll-after-move-expected.txt |
index 513b12372432808f3b048762926f46c8952bc505..48e6cb3bda7991b82711b24a7b65a4f00a1ea599 100644 |
--- a/LayoutTests/platform/win/fast/repaint/overflow-scroll-after-move-expected.txt |
+++ b/LayoutTests/platform/win/fast/repaint/overflow-scroll-after-move-expected.txt |
@@ -12,7 +12,7 @@ |
"drawsContent": true, |
"repaintRects": [ |
[50, 160, 200, 50], |
- [50, 50, 200, 50] |
+ [50, -100, 200, 50] |
Xianzhu
2015/08/13 21:24:42
FYI This is because crbug.com/416535, which I didn
|
], |
"paintInvalidationClients": [ |
"LayoutBlockFlow (positioned) DIV id='block'" |
@@ -26,7 +26,7 @@ |
"drawsContent": true, |
"repaintRects": [ |
[50, 310, 200, 50], |
- [50, 200, 200, 50] |
+ [50, 50, 200, 50] |
Xianzhu
2015/08/13 21:24:42
This seems incorrect, too.
chrishtr
2015/08/13 21:44:27
Yep. Same issue it seems: absolute positioning.
|
], |
"paintInvalidationClients": [ |
"LayoutBlockFlow (positioned) DIV id='block'" |