Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: LayoutTests/media/video-source-media.html

Issue 147933002: Remove the media attribute from the resource selection algorithm (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/media/video-source-error-expected.txt ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « LayoutTests/media/video-source-error-expected.txt ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698