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

Unified Diff: media/test/data/test_key_system_instantiation.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/player.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/test/data/test_key_system_instantiation.html
diff --git a/chrome/test/data/media/test_key_system_instantiation.html b/media/test/data/test_key_system_instantiation.html
similarity index 90%
rename from chrome/test/data/media/test_key_system_instantiation.html
rename to media/test/data/test_key_system_instantiation.html
index d3fb0e33ba630c4dedb6d7162f6a6e3d12077610..01999208e9468df2c2d20449c684300deda764ce 100644
--- a/chrome/test/data/media/test_key_system_instantiation.html
+++ b/media/test/data/test_key_system_instantiation.html
@@ -3,7 +3,7 @@
<video controls="" name="video">
<!-- This test doesn't play the video, so any file will do
as long as it can be loaded. -->
- <source src="bear-320x240-av-enc_a.webm" type="video/webm">
+ <source src="bear-320x240-av_enc-a.webm" type="video/webm">
</video>
<script type="text/javascript">
function testKeySystemInstantiation(keySystem) {
« no previous file with comments | « media/test/data/player.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698