Index: LayoutTests/media/video-source-media.html |
diff --git a/LayoutTests/media/video-source-media.html b/LayoutTests/media/video-source-media.html |
index 2d685fc24150d7cf90dd925f60f19a801c0da9dd..b3102042efcceeaab1a583237829c9ea2c47382c 100644 |
--- a/LayoutTests/media/video-source-media.html |
+++ b/LayoutTests/media/video-source-media.html |
@@ -8,7 +8,7 @@ |
} ); |
</script> |
<video controls> |
- <source src=content/error.mpeg media="print"> |
- <source src=content/error2.mpeg media="screen and (min-device-width: 80000px)"> |
- <source src=content/test.mp4 media="screen and (min-device-width: 100px)"> |
+ <!-- the media attribute should be ignored --> |
+ <source src=content/test.mp4 media="print"> |
+ <source src=content/error.mpeg> |
</video> |