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

Unified Diff: LayoutTests/media/controls-drag-timebar.html

Issue 17395006: Fix LayoutTests that assume canplay, playing, and canplaythrough will only fire once. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix event-attributes expectations. Created 7 years, 6 months 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
« no previous file with comments | « LayoutTests/media/audio-garbage-collect.html ('k') | LayoutTests/media/event-attributes.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/controls-drag-timebar.html
diff --git a/LayoutTests/media/controls-drag-timebar.html b/LayoutTests/media/controls-drag-timebar.html
index ae5444322922ed220f67f6b774f8df7b6b981c5e..2686eb07c0bd1420e1c1231a23ff72e89c410cee 100644
--- a/LayoutTests/media/controls-drag-timebar.html
+++ b/LayoutTests/media/controls-drag-timebar.html
@@ -70,7 +70,7 @@
function start()
{
findMediaElement();
- waitForEvent('canplaythrough', test);
+ waitForEventOnce('canplaythrough', test);
waitForEvent('seeked', seeked);
video.src = findMediaFile("video", "content/test");
}
@@ -82,4 +82,3 @@
<video controls></video>
</body>
</html>
-
« no previous file with comments | « LayoutTests/media/audio-garbage-collect.html ('k') | LayoutTests/media/event-attributes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698