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

Side by Side Diff: third_party/WebKit/LayoutTests/media/video-played-ranges-1-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().
4 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, ranges part 1. 5 Test of the media element 'played' attribute, ranges part 1.
2 6
3 EVENT(loadstart) 7 EVENT(loadstart)
4 EVENT(loadedmetadata) 8 EVENT(loadedmetadata)
5 EVENT(canplay) 9 EVENT(canplay)
6 Test 1 OK 10 Test 1 OK
7 11
8 Test playing when there are no ranges 12 Test playing when there are no ranges
9 RUN(video.play()) 13 RUN(video.play())
10 RUN(video.pause()) 14 RUN(video.pause())
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 EVENT(pause) 57 EVENT(pause)
54 Test 24 OK 58 Test 24 OK
55 Test 25 OK 59 Test 25 OK
56 Test 26 OK 60 Test 26 OK
57 Test 27 OK 61 Test 27 OK
58 Test 28 OK 62 Test 28 OK
59 Test 29 OK 63 Test 29 OK
60 Test 30 OK 64 Test 30 OK
61 END OF TEST 65 END OF TEST
62 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698