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

Unified Diff: LayoutTests/media/video-source-error.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 | « no previous file | LayoutTests/media/video-source-error-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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=&quot;avc1.4D400C&quot;">
« no previous file with comments | « no previous file | LayoutTests/media/video-source-error-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698