| 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 2b1b8d11098ab73258054fa681cd22e4294cff53..42fd11d271727b6f4b7196a2a4e01fb84d56bf79 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,8 +11,7 @@
|
|
|
| function scroll() {
|
| // Fully scroll to bring the fixed pos rect into view.
|
| - eventSender.mouseMoveTo(100, 100);
|
| - eventSender.continuousMouseScrollBy(-500, -1700);
|
| + window.scrollTo(500, 1700);
|
| }
|
|
|
| function scaleWithEventSender() {
|
|
|