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

Unified Diff: chrome/test/data/media/mse_config_change.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
« no previous file with comments | « chrome/test/data/media/encrypted_media_utils.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/media/mse_config_change.html
diff --git a/chrome/test/data/media/mse_config_change.html b/chrome/test/data/media/mse_config_change.html
index 96cbbabd9c4c9791fe823eda6d610d171f821431..eb047942350ef618e203355dd1ffb410e3ffb8aa 100644
--- a/chrome/test/data/media/mse_config_change.html
+++ b/chrome/test/data/media/mse_config_change.html
@@ -120,7 +120,7 @@
video.addEventListener('ended', failTest);
if (runEncrypted) {
loadEncryptedMedia(video, MEDIA_1, keySystem, KEY, true,
- appendNextSource);
+ usePrefixedEME, appendNextSource);
} else {
var mediaSource = loadMediaSource(MEDIA_1, mediaType,
appendNextSource);
« no previous file with comments | « chrome/test/data/media/encrypted_media_utils.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698