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

Unified Diff: chrome/test/data/android/media/video-play.html

Issue 1810333004: Replace proprietary codec based test media with open codec based versions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable test per zqzhang. Created 4 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/android/media/video-play.html
diff --git a/chrome/test/data/android/media/video-play.html b/chrome/test/data/android/media/video-play.html
index 6c264af5be19dd9899d19b944e7d270ad41610f3..a95ca41d3f14859d638da780f78b116461b85ea7 100644
--- a/chrome/test/data/android/media/video-play.html
+++ b/chrome/test/data/android/media/video-play.html
@@ -1,7 +1,7 @@
<html>
<title>test</title>
<body bgcolor="Silver">
- <video id='video1' src="test.mp4" controls></video>
+ <video id='video1' src="test.webm" controls></video>
<script>
var video = document.getElementById('video1');
var mediaElement = video;

Powered by Google App Engine
This is Rietveld 408576698