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

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

Issue 655603003: Reland: Remove "needkey" event and add its replacement, "encrypted". (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/prefixed/encrypted-media-events-expected.txt
diff --git a/LayoutTests/media/encrypted-media/prefixed/encrypted-media-events-expected.txt b/LayoutTests/media/encrypted-media/prefixed/encrypted-media-events-expected.txt
index 2a705f4d8b43e5579b15aff13236e25d74c08b7e..8964151cec71cc7a8547e4bfced2a87ec445d5f8 100644
--- a/LayoutTests/media/encrypted-media/prefixed/encrypted-media-events-expected.txt
+++ b/LayoutTests/media/encrypted-media/prefixed/encrypted-media-events-expected.txt
@@ -3,7 +3,7 @@ Test all the key-related events.
EXPECTED (messageEvent != 'null') OK
EXPECTED (messageEvent instanceof window.MediaKeyMessageEvent == 'true') OK
EXPECTED (keyNeededEvent != 'null') OK
-EXPECTED (keyNeededEvent instanceof window.MediaKeyNeededEvent == 'true') OK
+EXPECTED (keyNeededEvent instanceof window.MediaKeyEvent == 'true') OK
*** Verify the presence of on* attributes. These would return undefined if they are not present. ***
EXPECTED (video.onwebkitkeyadded === 'null') OK

Powered by Google App Engine
This is Rietveld 408576698