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/touch/gesture/touch-gesture-noscroll-body-propagated.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/touch/gesture/touch-gesture-noscroll-body-propagated.html
diff --git a/LayoutTests/fast/events/touch/gesture/touch-gesture-noscroll-body-propagated.html b/LayoutTests/fast/events/touch/gesture/touch-gesture-noscroll-body-propagated.html
index eb0affd877f7a6cbc35b46d3f9ebc56e1931de0c..425766603a54e3d225ad4ea1d466ea016dac3677 100644
--- a/LayoutTests/fast/events/touch/gesture/touch-gesture-noscroll-body-propagated.html
+++ b/LayoutTests/fast/events/touch/gesture/touch-gesture-noscroll-body-propagated.html
@@ -123,6 +123,7 @@ function secondGestureScroll()
finishTest();
}
+window.jsTestIsAsync = true;
if (window.testRunner)
testRunner.waitUntilDone();
@@ -148,9 +149,7 @@ function finishTest()
if (gesturesOccurred == expectedGesturesTotal) {
shouldBe('scrollEventsOccurred', expectedScrollEventsOccurred);
successfullyParsed = true;
- isSuccessfullyParsed();
- if (window.testRunner)
- testRunner.notifyDone();
+ finishJSTest();
}
}
}

Powered by Google App Engine
This is Rietveld 408576698