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

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

Powered by Google App Engine
This is Rietveld 408576698