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

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

Issue 1865933002: Fix race when HTMLMediaElement.play() is called just after pause(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 6 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 Test of the media element 'played' attribute 1 Test of the media element 'played' attribute
5 2
6 EVENT(loadstart) 3 EVENT(loadstart)
7 EVENT(loadedmetadata) 4 EVENT(loadedmetadata)
8 EVENT(canplay) 5 EVENT(canplay)
9 Test 1 OK 6 Test 1 OK
10 7
11 Test playing when there are no ranges 8 Test playing when there are no ranges
12 RUN(video.play()) 9 RUN(video.play())
13 RUN(video.pause()) 10 RUN(video.pause())
(...skipping 25 matching lines...) Expand all
39 RUN(video.play()) 36 RUN(video.play())
40 RUN(video.pause()) 37 RUN(video.pause())
41 EVENT(pause) 38 EVENT(pause)
42 Test 13 OK 39 Test 13 OK
43 Test 14 OK 40 Test 14 OK
44 Test 15 OK 41 Test 15 OK
45 Test 16 OK 42 Test 16 OK
46 Test 17 OK 43 Test 17 OK
47 END OF TEST 44 END OF TEST
48 45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698