1 Test that 'error' events are fired from <source> element when it can not be used.
4 EVENT(error) from <source id='missing-src' src=null> OK
5 EXPECTED (video.error == 'null') OK
7 EVENT(error) from <source id='bogus-type' src='content/test.ogv'> OK
8 EXPECTED (video.error == 'null') OK
10 EVENT(error) from <source id='empty-src' src='video-source-error-no-candidate.html'> OK
11 EXPECTED (video.error == 'null') OK
13 EVENT(error) from <source id='no-extension-no-type' src='nonexistent'> OK
14 EXPECTED (video.error == 'null') OK