OLD | NEW |
---|---|
(Empty) | |
1 Test that 'error' events are fired from <source> element when it can not be used . | |
2 | |
3 | |
4 EVENT(error) from <source id='missing-src' src=null> OK | |
5 EXPECTED (video.error == 'null') OK | |
6 | |
7 EVENT(error) from <source id='bogus-type' src='content/test.ogv'> OK | |
8 EXPECTED (video.error == 'null') OK | |
9 | |
10 EVENT(error) from <source id='empty-src' src='video-source-error-no-candidate.ht ml'> OK | |
11 EXPECTED (video.error == 'null') OK | |
12 | |
13 EVENT(error) from <source id='no-extension-no-type' src='nonexistent'> OK | |
14 EXPECTED (video.error == 'null') OK | |
15 | |
16 END OF TEST | |
17 | |
OLD | NEW |