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

Side by Side Diff: third_party/WebKit/LayoutTests/media/event-attributes-expected.txt

Issue 1858073002: Media: Report HTMLMediaElement player errors to devtools console Base URL: https://chromium.googlesource.com/chromium/src.git@fix_472253_1
Patch Set: Rebase to ToT and Update layout test expectations to include the new console logs Created 4 years, 8 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: MEDIA_ERROR_LOG_ENTRY {"error":"Failed loading buffered resource. Error code=-6"}
1 EVENT(loadstart) 2 EVENT(loadstart)
2 EVENT(durationchange) 3 EVENT(durationchange)
3 EVENT(loadedmetadata) 4 EVENT(loadedmetadata)
4 EVENT(loadeddata) 5 EVENT(loadeddata)
5 EVENT(canplay) 6 EVENT(canplay)
6 EVENT(canplaythrough) 7 EVENT(canplaythrough)
7 EXPECTED (progressEventCount >= '1') OK 8 EXPECTED (progressEventCount >= '1') OK
8 9
9 *** starting playback 10 *** starting playback
10 RUN(video.play()) 11 RUN(video.play())
(...skipping 27 matching lines...) Expand all
38 *** played to end, setting 'src' to an invalid movie 39 *** played to end, setting 'src' to an invalid movie
39 RUN(progressEventCount = 0) 40 RUN(progressEventCount = 0)
40 EVENT(abort) 41 EVENT(abort)
41 EVENT(emptied) 42 EVENT(emptied)
42 EVENT(ratechange) 43 EVENT(ratechange)
43 EVENT(loadstart) 44 EVENT(loadstart)
44 EVENT(error) 45 EVENT(error)
45 EXPECTED (progressEventCount == '0') OK 46 EXPECTED (progressEventCount == '0') OK
46 END OF TEST 47 END OF TEST
47 48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698