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

Unified Diff: LayoutTests/media/track/track-cues-missed.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
Index: LayoutTests/media/track/track-cues-missed.html
diff --git a/LayoutTests/media/track/track-cues-missed.html b/LayoutTests/media/track/track-cues-missed.html
index adc7836bf5578260deb97363a5d785360f1c6263..a5d816496eb8857be18ad974943d36cf7762071b 100644
--- a/LayoutTests/media/track/track-cues-missed.html
+++ b/LayoutTests/media/track/track-cues-missed.html
@@ -48,7 +48,7 @@
waitForEvent('ended', endTest);
- waitForEvent('canplaythrough', function() {
+ waitForEventOnce('canplaythrough', function() {
video.currentTime = 5.00;
videoCanPlayThrough = true;

Powered by Google App Engine
This is Rietveld 408576698