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

Unified Diff: LayoutTests/media/encrypted-media/encrypted-media-session-closed-event.html

Issue 568033003: Implement MediaKeySession close() and remove() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 2 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: LayoutTests/media/encrypted-media/encrypted-media-session-closed-event.html
diff --git a/LayoutTests/media/encrypted-media/encrypted-media-session-closed-event.html b/LayoutTests/media/encrypted-media/encrypted-media-session-closed-event.html
index ff0bb919c0eab63aec3af7b3da67ae553081074f..3e6c2e17a2967e8349ff67d0b69dd0ec410d9015 100644
--- a/LayoutTests/media/encrypted-media/encrypted-media-session-closed-event.html
+++ b/LayoutTests/media/encrypted-media/encrypted-media-session-closed-event.html
@@ -31,7 +31,7 @@
// release() should result in the closed promise being
// fulfilled.
- return mediaKeySession.release();
+ return mediaKeySession.close();
}).catch(function(error) {
forceTestFailureFromPromise(test, error);
});

Powered by Google App Engine
This is Rietveld 408576698