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

Unified Diff: LayoutTests/media/video-capture-preview.html

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/autoplay-expected.txt ('k') | LayoutTests/media/video-capture-preview-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/video-capture-preview.html
diff --git a/LayoutTests/media/video-capture-preview.html b/LayoutTests/media/video-capture-preview.html
index 93f9683a825554e08d7fb02571dc7debd8788a53..fe7d08f3c5c6f93c2c08cc38f5e0366dc8960af5 100644
--- a/LayoutTests/media/video-capture-preview.html
+++ b/LayoutTests/media/video-capture-preview.html
@@ -55,8 +55,8 @@ function playPreview()
waitForEvent("loadstart");
waitForEvent("loadeddata");
waitForEvent("canplay");
- waitForEvent("canplaythrough");
waitForEvent("play");
+ waitForEvent("canplaythrough");
}
</script>
« no previous file with comments | « LayoutTests/media/autoplay-expected.txt ('k') | LayoutTests/media/video-capture-preview-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698