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

Unified Diff: third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-requestmediakeysystemaccess.html

Issue 2681993002: EME: Allow case-insensitive parameter names in media MIME types (Closed)
Patch Set: Created 3 years, 10 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
Index: third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-requestmediakeysystemaccess.html
diff --git a/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-requestmediakeysystemaccess.html b/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-requestmediakeysystemaccess.html
index 8f132b2032c9dc60f5dadd8f288abecb69032597..65755fd97694f06cc741661c08652741dfd4f0fc 100644
--- a/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-requestmediakeysystemaccess.html
+++ b/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-requestmediakeysystemaccess.html
@@ -275,6 +275,10 @@
videoCapabilities: [{contentType: 'video/webm; CODECS="vp8"'}],
}, 'CODECS=');
xhwang 2017/02/08 06:15:23 "Media parameter name is case-insensitive"
jrummell 2017/02/08 21:10:14 Done.
+ expect_error('org.w3.clearkey', [{
+ videoCapabilities: [{contentType: 'video/webm; CODECS="foo"'}],
+ }], 'NotSupportedError', 'CODECS=foo');
xhwang 2017/02/08 06:15:23 Unsupported codec
jrummell 2017/02/08 21:10:14 Done.
+
// Unrecognized attributes are not allowed.
// TODO(jrummell): Unrecognized attributes are ignored currently.
// http://crbug.com/449690

Powered by Google App Engine
This is Rietveld 408576698