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

Unified Diff: chrome/test/data/android/media/video-fullscreen.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
« no previous file with comments | « chrome/test/data/android/media/two_videos.html ('k') | chrome/test/data/android/media/video-play.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/android/media/video-fullscreen.html
diff --git a/chrome/test/data/android/media/video-fullscreen.html b/chrome/test/data/android/media/video-fullscreen.html
index 7cf12db7139e12a6c8703064a37c7ac918bca2bf..f9387cd999a75e6322ff370410bdaf9cb1995708 100644
--- a/chrome/test/data/android/media/video-fullscreen.html
+++ b/chrome/test/data/android/media/video-fullscreen.html
@@ -6,6 +6,6 @@ document.onclick = function() {
};
</script>
<body>
-<video src="test.mp4" controls id="video"></video>
+<video src="test.webm" controls id="video"></video>
</body>
</html>
« no previous file with comments | « chrome/test/data/android/media/two_videos.html ('k') | chrome/test/data/android/media/video-play.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698