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

Side by Side Diff: third_party/WebKit/LayoutTests/media/video-played-collapse-expected.txt

Issue 1576283003: Have HTMLMediaElement::play() return a Promise. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
OLDNEW
1 CONSOLE ERROR: Uncaught (in promise) AbortError: The play() request was interrup ted by a call to pause().
2 CONSOLE ERROR: Uncaught (in promise) AbortError: The play() request was interrup ted by a call to pause().
3 CONSOLE ERROR: Uncaught (in promise) AbortError: The play() request was interrup ted by a call to pause().
1 Test of the media element 'played' attribute 4 Test of the media element 'played' attribute
2 5
3 EVENT(loadstart) 6 EVENT(loadstart)
4 EVENT(loadedmetadata) 7 EVENT(loadedmetadata)
5 EVENT(canplay) 8 EVENT(canplay)
6 Test 1 OK 9 Test 1 OK
7 10
8 Test playing when there are no ranges 11 Test playing when there are no ranges
9 RUN(video.play()) 12 RUN(video.play())
10 RUN(video.pause()) 13 RUN(video.pause())
(...skipping 25 matching lines...) Expand all
36 RUN(video.play()) 39 RUN(video.play())
37 RUN(video.pause()) 40 RUN(video.pause())
38 EVENT(pause) 41 EVENT(pause)
39 Test 13 OK 42 Test 13 OK
40 Test 14 OK 43 Test 14 OK
41 Test 15 OK 44 Test 15 OK
42 Test 16 OK 45 Test 16 OK
43 Test 17 OK 46 Test 17 OK
44 END OF TEST 47 END OF TEST
45 48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698