upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / media / video-source-error-no-candidate-expected.txt
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.mp4'> OK
8 EXPECTED (video.error == 'null') OK
9
10 EVENT(error) from <source id='unsupported-media-query' src='content/test.mp4'> OK
11 EXPECTED (video.error == 'null') OK
12
13 EVENT(error) from <source id='empty-src' src='video-source-error-no-candidate.html'> OK
14 EXPECTED (video.error == 'null') OK
15
16 END OF TEST
17