| Index: third_party/WebKit/LayoutTests/fast/scroll-behavior/visual-viewport-scroll-no-onscroll-event.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/scroll-behavior/visual-viewport-scroll-no-onscroll-event.html b/third_party/WebKit/LayoutTests/fast/scroll-behavior/visual-viewport-scroll-no-onscroll-event.html
|
| index 341994f826076875c46054f9b5a980a9ca25649e..d10ea6007d7150d1be083ab95e78fd41a5cfb5cd 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/scroll-behavior/visual-viewport-scroll-no-onscroll-event.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/scroll-behavior/visual-viewport-scroll-no-onscroll-event.html
|
| @@ -26,6 +26,8 @@
|
| return;
|
| }
|
|
|
| + internals.settings.setScrollAnimatorEnabled(false);
|
| +
|
| window.internals.setPageScaleFactor(2.0);
|
| var target = document.getElementById('target');
|
|
|
|
|