Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: LayoutTests/fast/events/platform-wheelevent-paging-x-in-scrolling-page.html

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/events/platform-wheelevent-paging-x-in-scrolling-page.html
diff --git a/LayoutTests/fast/events/platform-wheelevent-paging-x-in-scrolling-page.html b/LayoutTests/fast/events/platform-wheelevent-paging-x-in-scrolling-page.html
index b64eca78d0e741e2b5055796ad6a2f4b275eb356..127a9794063532656e3fb46f767c0de67a12b418 100644
--- a/LayoutTests/fast/events/platform-wheelevent-paging-x-in-scrolling-page.html
+++ b/LayoutTests/fast/events/platform-wheelevent-paging-x-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)

Powered by Google App Engine
This is Rietveld 408576698