| Index: third_party/WebKit/LayoutTests/fast/repaint/fixed-right-bottom-in-page-scale.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-right-bottom-in-page-scale.html b/third_party/WebKit/LayoutTests/fast/repaint/fixed-right-bottom-in-page-scale.html
|
| index 733d2def395ef8aa02ca0bf2672be579d80a0396..4e5f178bd5c9ca4ab1cf0f7415800b8d395325bd 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-right-bottom-in-page-scale.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/fixed-right-bottom-in-page-scale.html
|
| @@ -11,7 +11,8 @@
|
|
|
| function scroll() {
|
| // Fully scroll to bring the fixed pos rect into view.
|
| - window.scrollTo(500, 1700);
|
| + eventSender.mouseMoveTo(100, 100);
|
| + eventSender.continuousMouseScrollBy(-500, -1700);
|
| }
|
|
|
| function scaleWithEventSender() {
|
|
|