OLD | NEW |
| 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 |
OLD | NEW |