| Index: LayoutTests/media/video-source-error.html
|
| diff --git a/LayoutTests/media/video-source-error.html b/LayoutTests/media/video-source-error.html
|
| index 47c49e658a5ab916173dd336ca0b5ac4513f379a..e68e3940feba86e8765c3a93290547f6ab6fe7db 100644
|
| --- a/LayoutTests/media/video-source-error.html
|
| +++ b/LayoutTests/media/video-source-error.html
|
| @@ -60,7 +60,6 @@
|
| <video controls>
|
| <source id=missing-src type="video/blahblah">
|
| <source id=bogus-type src=content/test.mp4 type="video/blahblah">
|
| - <source id=unsupported-media-query src=content/test.mp4 media=print>
|
| <source id=missing-file src=content/error2.mpeg type=video/mpeg>
|
| <source id=format-error src="content/unsupported_track.mov">
|
| <source id=supported-format-mp4 src=content/test.mp4 type="video/mp4; codecs="avc1.4D400C"">
|
|
|