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

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

Issue 10825038: Update basic_media_playback tests to use media files in content/test/data (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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
Index: chrome/test/data/media/html/media_basic_playback.html
diff --git a/chrome/test/data/media/html/media_basic_playback.html b/chrome/test/data/media/html/media_basic_playback.html
index 88cf79561191cecb7b8590ac612bec89c2c20535..416ca832de02b612f4a6b2405ef88902c8abe23a 100644
--- a/chrome/test/data/media/html/media_basic_playback.html
+++ b/chrome/test/data/media/html/media_basic_playback.html
@@ -52,7 +52,7 @@
function startTest(media) {
events = [];
- video.src = '../' + media;
+ video.src = media;
}
</script>
</html>

Powered by Google App Engine
This is Rietveld 408576698