| Index: LayoutTests/fast/events/platform-wheelevent-paging-xy-in-scrolling-page.html
|
| diff --git a/LayoutTests/fast/events/platform-wheelevent-paging-xy-in-scrolling-page.html b/LayoutTests/fast/events/platform-wheelevent-paging-xy-in-scrolling-page.html
|
| index e56243aff78357797c595629acfdf5f6ded22d35..ba8d23af7b2a7042565d45f575929cd1b449b581 100644
|
| --- a/LayoutTests/fast/events/platform-wheelevent-paging-xy-in-scrolling-page.html
|
| +++ b/LayoutTests/fast/events/platform-wheelevent-paging-xy-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)
|
|
|