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

Unified Diff: LayoutTests/http/tests/media/media-source/webkitmediasource-state-changes.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: 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/http/tests/media/media-source/webkitmediasource-state-changes.html
diff --git a/LayoutTests/http/tests/media/media-source/webkitmediasource-state-changes.html b/LayoutTests/http/tests/media/media-source/webkitmediasource-state-changes.html
index 79ee4612fe4505ee675ce4ff4fb150ead80f20ea..12180363c0da8115db6bc60a7e2ca9cfb8b36eab 100644
--- a/LayoutTests/http/tests/media/media-source/webkitmediasource-state-changes.html
+++ b/LayoutTests/http/tests/media/media-source/webkitmediasource-state-changes.html
@@ -222,7 +222,6 @@
mediaSource = new WebKitMediaSource();
waitForEventAndFail('error');
- waitForEvent('playing');
waitForEvent('seeking');
waitForEvent('seeked');
waitForEvent('ended');

Powered by Google App Engine
This is Rietveld 408576698