| Index: LayoutTests/media/video-source-error-no-candidate-expected.txt
|
| diff --git a/LayoutTests/media/video-source-error-no-candidate-expected.txt b/LayoutTests/media/video-source-error-no-candidate-expected.txt
|
| index d9b1d90a93fe4458f5aaa3b7861a7f20051071de..ed8c7bda21a0a115d494dcc04473167a484577fb 100644
|
| --- a/LayoutTests/media/video-source-error-no-candidate-expected.txt
|
| +++ b/LayoutTests/media/video-source-error-no-candidate-expected.txt
|
| @@ -4,10 +4,7 @@ Test that 'error' events are fired from <source> element when it can not be used
|
| EVENT(error) from <source id='missing-src' src=null> OK
|
| EXPECTED (video.error == 'null') OK
|
|
|
| -EVENT(error) from <source id='bogus-type' src='content/test.mp4'> OK
|
| -EXPECTED (video.error == 'null') OK
|
| -
|
| -EVENT(error) from <source id='unsupported-media-query' src='content/test.mp4'> OK
|
| +EVENT(error) from <source id='bogus-type' src='content/test.ogv'> OK
|
| EXPECTED (video.error == 'null') OK
|
|
|
| EVENT(error) from <source id='empty-src' src='video-source-error-no-candidate.html'> OK
|
|
|