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

Unified Diff: LayoutTests/media/event-attributes-expected.txt

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/media/event-attributes-expected.txt
diff --git a/LayoutTests/media/event-attributes-expected.txt b/LayoutTests/media/event-attributes-expected.txt
index 788637e05650482b4b4ba938f96148fe44995234..640a530d55bcc52d0a5ebf9f1a77b810b1572a9f 100644
--- a/LayoutTests/media/event-attributes-expected.txt
+++ b/LayoutTests/media/event-attributes-expected.txt
@@ -2,8 +2,6 @@ EVENT(loadstart)
EVENT(durationchange)
EVENT(loadedmetadata)
EVENT(loadeddata)
-EVENT(canplay)
-EVENT(canplaythrough)
EXPECTED (progressEventCount >= '1') OK
*** starting playback
@@ -30,6 +28,8 @@ EVENT(seeked)
*** beginning playback
RUN(video.play())
+EVENT(canplay)
+EVENT(canplaythrough)
EVENT(play)
EVENT(playing)
EVENT(pause)

Powered by Google App Engine
This is Rietveld 408576698