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

Unified Diff: chrome/test/data/media/encrypted_media_player.html

Issue 182113005: Update EME browser tests to include EME WD (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 6 years, 9 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: chrome/test/data/media/encrypted_media_player.html
diff --git a/chrome/test/data/media/encrypted_media_player.html b/chrome/test/data/media/encrypted_media_player.html
index abe085d98c89c5dbb19dbef62c09596d8fa5992a..41784814b483811044729b3cfb389493e820b590 100644
--- a/chrome/test/data/media/encrypted_media_player.html
+++ b/chrome/test/data/media/encrypted_media_player.html
@@ -20,7 +20,7 @@
if (!sessionToLoad) {
// keyadded may be fired around the start of playback; check for it
// after a delay to avoid timing issues.
- if (!video.receivedKeyAdded)
+ if (usePrefixedEME && !video.receivedKeyAdded)
failTest('Key added event not received.');
if (video.isHeartbeatExpected && !video.receivedHeartbeat)
failTest('Heartbeat keymessage event not received.');
« no previous file with comments | « chrome/browser/media/encrypted_media_browsertest.cc ('k') | chrome/test/data/media/encrypted_media_utils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698