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

Unified Diff: LayoutTests/media/encrypted-media/encrypted-media-v2-events-expected.txt

Issue 124253003: Update MediaKeySession events to match latest EME spec (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rename javascript 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
Index: LayoutTests/media/encrypted-media/encrypted-media-v2-events-expected.txt
diff --git a/LayoutTests/media/encrypted-media/encrypted-media-v2-events-expected.txt b/LayoutTests/media/encrypted-media/encrypted-media-v2-events-expected.txt
index b2afe8bd66ec463904f48cb454614ddb8f04b8f9..a5fb96fb95b6e0e417376143efd236ca04147942 100644
--- a/LayoutTests/media/encrypted-media/encrypted-media-v2-events-expected.txt
+++ b/LayoutTests/media/encrypted-media/encrypted-media-v2-events-expected.txt
@@ -2,10 +2,10 @@ This tests the events created by MediaKeys.
RUN(mediaKeys = new MediaKeys("org.w3.clearkey"))
RUN(mediaKeySession = mediaKeys.createSession("video/webm", initData))
-EVENT(webkitkeymessage)
+EVENT(message)
RUN(mediaKeySession.update(invalidKey))
-EVENT(webkitkeyerror)
+EVENT(error)
RUN(mediaKeySession.update(validKey))
-EVENT(webkitkeyadded)
+EVENT(ready)
END OF TEST

Powered by Google App Engine
This is Rietveld 408576698