Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / media / video-source-error-no-candidate-expected.txt
blobed8c7bda21a0a115d494dcc04473167a484577fb
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
16 END OF TEST