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

Unified Diff: android_webview/test/shell/assets/platform-media-codec-test.html

Issue 1824143004: Allow WebView to force MediaPlayer for unsupported containers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't concat strings. 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 | « android_webview/test/BUILD.gn ('k') | android_webview/test/shell/assets/video.3gp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/test/shell/assets/platform-media-codec-test.html
diff --git a/android_webview/test/shell/assets/platform-media-codec-test.html b/android_webview/test/shell/assets/platform-media-codec-test.html
new file mode 100644
index 0000000000000000000000000000000000000000..c97d16f1da0c378a3939e4f92f00aff3d1941cd9
--- /dev/null
+++ b/android_webview/test/shell/assets/platform-media-codec-test.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<video id="videoTag" src="file:///android_asset/video.3gp" controls></video>
+<br/>
+<button id="playButton" onclick="document.querySelector('video').play();">Play Video</button>
« no previous file with comments | « android_webview/test/BUILD.gn ('k') | android_webview/test/shell/assets/video.3gp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698