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

Unified Diff: android_webview/test/shell/assets/full_screen_video_inside_div_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/full_screen_video_inside_div_test.html
diff --git a/android_webview/test/shell/assets/full_screen_video_inside_div_test.html b/android_webview/test/shell/assets/full_screen_video_inside_div_test.html
index 7a8f4f243b467ed816a751ed123d8cc987e5bc02..cb1c82477bd65b4c6c9e1f9fbcbbd7dd259fec91 100644
--- a/android_webview/test/shell/assets/full_screen_video_inside_div_test.html
+++ b/android_webview/test/shell/assets/full_screen_video_inside_div_test.html
@@ -9,7 +9,7 @@
<div id='div'>
<button id="playControl" style='padding:10px 10px;' onclick="playVideo(); return false">Play</button>
<video style = 'width: 300px; height: 300px;' id='video'>
- <source src="video.mp4" type="video/mp4">
+ <source src="video.webm" type "video/webm">
ddorwin 2016/03/10 01:46:38 Dropped the '=' after "type".
DaleCurtis 2016/03/10 02:00:02 Thanks, done.
</video>
</div>
</body>

Powered by Google App Engine
This is Rietveld 408576698