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

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

Issue 647383002: [Speculative revert to fix browser_tests on Blink canaries.] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 8964151cec71cc7a8547e4bfced2a87ec445d5f8..2a705f4d8b43e5579b15aff13236e25d74c08b7e 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.MediaKeyEvent == 'true') OK
+EXPECTED (keyNeededEvent instanceof window.MediaKeyNeededEvent == '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