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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/appcache/video-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, attempt to fix 1 regressed expectation, temporary logging for investigating 2 other regress… 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=-2"}
2 CONSOLE ERROR: PIPELINE_ERROR demuxer: could not open, MEDIA_ERROR_LOG_ENTRY {"e rror":"FFmpegDemuxer: open context failed"}
1 Test that <video> can be loaded from the application cache. 3 Test that <video> can be loaded from the application cache.
2 4
3 *** Setting 'src' to file specified in manifest. This file should load. 5 *** Setting 'src' to file specified in manifest. This file should load.
4 6
5 EVENT(durationchange) 7 EVENT(durationchange)
6 8
7 *** Setting 'src' to valid media file not in manifest. This file should fail to load. 9 *** Setting 'src' to valid media file not in manifest. This file should fail to load.
8 10
9 EVENT(error) 11 EVENT(error)
10 12
11 *** Setting 'src' to non-media file that is in manifest. This file should fail t o load. 13 *** Setting 'src' to non-media file that is in manifest. This file should fail t o load.
12 14
13 EVENT(error) 15 EVENT(error)
14 16
15 END OF TEST 17 END OF TEST
16 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698