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

Unified Diff: media/test/data/mse_config_change.html

Issue 408993002: Have media content and chrome browser tests load data from media/test/data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « media/test/data/media_source_player.html ('k') | media/test/data/player.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/test/data/mse_config_change.html
diff --git a/chrome/test/data/media/mse_config_change.html b/media/test/data/mse_config_change.html
similarity index 97%
rename from chrome/test/data/media/mse_config_change.html
rename to media/test/data/mse_config_change.html
index 876523521a0a4dad8eb39d25b48ac22bc3993c93..f536ecea7bb3d144a179d6257496937ac50823e6 100644
--- a/chrome/test/data/media/mse_config_change.html
+++ b/media/test/data/mse_config_change.html
@@ -8,7 +8,6 @@
<script type="text/javascript">
var testConfig = new TestConfig();
testConfig.loadQueryParams();
- testConfig.useMSE = '1';
var runEncrypted = testConfig.runEncrypted == 1;
var video = document.querySelector('video');
@@ -17,8 +16,8 @@
var MEDIA_1 = 'bear-320x240.webm';
var MEDIA_2 = 'bear-640x360.webm';
if (runEncrypted) {
- MEDIA_1 = 'bear-320x240-av-enc_av.webm';
- MEDIA_2 = 'bear-640x360-av-enc_av.webm';
+ MEDIA_1 = 'bear-320x240-av_enc-av.webm';
+ MEDIA_2 = 'bear-640x360-av_enc-av.webm';
}
var MEDIA_1_WIDTH = 320;
« no previous file with comments | « media/test/data/media_source_player.html ('k') | media/test/data/player.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698