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

Unified Diff: LayoutTests/media/video-capture-preview-expected.txt

Issue 169223003: Fire canplaythrough after play and playing when autoplaying (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: style Created 6 years, 10 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/video-capture-preview.html ('k') | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/video-capture-preview-expected.txt
diff --git a/LayoutTests/media/video-capture-preview-expected.txt b/LayoutTests/media/video-capture-preview-expected.txt
index 4b18fa2adbf3bf7b5ec4cca7c27d86b8739f4bfc..664ace9de4dd5f112ffa72f1bc55ab5f0649e4ab 100644
--- a/LayoutTests/media/video-capture-preview-expected.txt
+++ b/LayoutTests/media/video-capture-preview-expected.txt
@@ -4,13 +4,13 @@ start preview
EVENT(loadstart)
EVENT(loadeddata)
EVENT(canplay)
-EVENT(canplaythrough)
EVENT(play)
+EVENT(canplaythrough)
restart preview
EVENT(loadstart)
EVENT(loadeddata)
EVENT(canplay)
-EVENT(canplaythrough)
EVENT(play)
+EVENT(canplaythrough)
END OF TEST
« no previous file with comments | « LayoutTests/media/video-capture-preview.html ('k') | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698