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

Unified Diff: android_webview/test/shell/assets/multiple_videos_test.html

Issue 1577433004: Flip proprietary codecs to false for Android chromium builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove mp4. Fix comment. 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: android_webview/test/shell/assets/multiple_videos_test.html
diff --git a/android_webview/test/shell/assets/multiple_videos_test.html b/android_webview/test/shell/assets/multiple_videos_test.html
index 12ded883dc13261072db74e935e1207683e892b4..452da855aae83cd954d57b65ceb3083566f1a0b6 100644
--- a/android_webview/test/shell/assets/multiple_videos_test.html
+++ b/android_webview/test/shell/assets/multiple_videos_test.html
@@ -18,11 +18,11 @@ function playSecondVideo() {
<button id="playSecondButton" style='padding:10px 10px;' onclick="playSecondVideo(); return false">Play second</button>
<video style='width: 10px; height: 10px;' id='firstVideo' controls>
- <source src="video.mp4" type="video/mp4">
+ <source src="video.webm" type "video/webm">
ddorwin 2016/03/10 01:46:38 ditto here and below.
DaleCurtis 2016/03/10 02:00:02 Done.
</video>
<video style='width: 10px; height: 10px;' id='secondVideo' controls>
- <source src="video.mp4" type="video/mp4">
+ <source src="video.webm" type "video/webm">
</video>
</body>

Powered by Google App Engine
This is Rietveld 408576698