Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Test that <video> can be loaded from the application cache. | |
| 2 | |
| 3 *** Setting 'src' to file specified in manifest. This file should load. | |
| 4 | |
| 5 EVENT(durationchange) | |
| 6 | |
| 7 *** Setting 'src' to valid media file not in manifest. This file should fail to load. | |
| 8 | |
| 9 EVENT(error) | |
| 10 | |
| 11 *** Setting 'src' to non-media file that is in manifest. This file should fail t o load. | |
| 12 | |
| 13 EVENT(error) | |
| 14 | |
| 15 END OF TEST | |
| 16 | |
| OLD | NEW |