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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « LayoutTests/media/video-capture-preview.html ('k') | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 request access to local media 1 request access to local media
2 got a stream 2 got a stream
3 start preview 3 start preview
4 EVENT(loadstart) 4 EVENT(loadstart)
5 EVENT(loadeddata) 5 EVENT(loadeddata)
6 EVENT(canplay) 6 EVENT(canplay)
7 EVENT(play)
7 EVENT(canplaythrough) 8 EVENT(canplaythrough)
8 EVENT(play)
9 restart preview 9 restart preview
10 EVENT(loadstart) 10 EVENT(loadstart)
11 EVENT(loadeddata) 11 EVENT(loadeddata)
12 EVENT(canplay) 12 EVENT(canplay)
13 EVENT(play)
13 EVENT(canplaythrough) 14 EVENT(canplaythrough)
14 EVENT(play)
15 END OF TEST 15 END OF TEST
16 16
OLDNEW
« 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