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

Unified Diff: LayoutTests/media/encrypted-media/encrypted-media-syntax.html

Issue 1212603002: Fix encrypted-media-syntax.html layout test (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/encrypted-media/encrypted-media-syntax.html
diff --git a/LayoutTests/media/encrypted-media/encrypted-media-syntax.html b/LayoutTests/media/encrypted-media/encrypted-media-syntax.html
index 42891b9e8d6b2c9645e6913506b302c61db3a28a..2fe63241c2ec1d961af3806a2cedfc6df62614c7 100644
--- a/LayoutTests/media/encrypted-media/encrypted-media-syntax.html
+++ b/LayoutTests/media/encrypted-media/encrypted-media-syntax.html
@@ -73,7 +73,7 @@
func: function() { return navigator.requestMediaKeySystemAccess(1, [{}]); }
},
{
- exception: 'NotSupportedError',
+ exception: 'InvalidAccessError',
func: function() { return navigator.requestMediaKeySystemAccess(new Uint8Array(0), [{}]); }
},
{
@@ -279,7 +279,7 @@
func: function(mk11, _, initData) { return mk11.createSession().generateRequest(1, initData); }
},
{
- exception: 'NotSupportedError',
+ exception: 'InvalidAccessError',
func: function(mk12, _, initData) { return mk12.createSession().generateRequest(new Uint8Array(0), initData); }
},
{
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698