| Index: LayoutTests/fast/events/platform-wheelevent-paging-y-in-scrolling-page.html
|
| diff --git a/LayoutTests/fast/events/platform-wheelevent-paging-y-in-scrolling-page.html b/LayoutTests/fast/events/platform-wheelevent-paging-y-in-scrolling-page.html
|
| index c1c85cf7374278048b0572e65ad70a981ef12daa..77c503d067215d7f8dc9388bd7b9cdb9e00ceb68 100644
|
| --- a/LayoutTests/fast/events/platform-wheelevent-paging-y-in-scrolling-page.html
|
| +++ b/LayoutTests/fast/events/platform-wheelevent-paging-y-in-scrolling-page.html
|
| @@ -10,6 +10,7 @@
|
| var event;
|
| var div;
|
|
|
| + window.jsTestIsAsync = true;
|
| if (window.testRunner)
|
| testRunner.waitUntilDone();
|
|
|
| @@ -29,9 +30,7 @@
|
| {
|
| shouldBe("document.body.scrollTop", "window.expectedScrollTop");
|
| shouldBe("document.body.scrollLeft", "window.expectedScrollLeft");
|
| -
|
| - if (window.testRunner)
|
| - window.testRunner.notifyDone();
|
| + finishJSTest();
|
| }
|
|
|
| function mousewheelHandler(e)
|
|
|