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 16387015: Make unprefixed EME APIs use platform and Chromium. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: KURL.h moved Created 7 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
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 927644b4000dc8863c2ce5b38da75a98e1d4c0db..b2afe8bd66ec463904f48cb454614ddb8f04b8f9 100644
--- a/LayoutTests/media/encrypted-media/encrypted-media-v2-events-expected.txt
+++ b/LayoutTests/media/encrypted-media/encrypted-media-v2-events-expected.txt
@@ -1,7 +1,7 @@
This tests the events created by MediaKeys.
-RUN(mediaKeys = new MediaKeys("com.webcore.mock"))
-RUN(mediaKeySession = mediaKeys.createSession("video/mock", initData))
+RUN(mediaKeys = new MediaKeys("org.w3.clearkey"))
+RUN(mediaKeySession = mediaKeys.createSession("video/webm", initData))
EVENT(webkitkeymessage)
RUN(mediaKeySession.update(invalidKey))
EVENT(webkitkeyerror)

Powered by Google App Engine
This is Rietveld 408576698