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

Side by Side 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, 8 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <video id="videoTag" src="file:///android_asset/video.3gp" controls></video>
3 <br/>
4 <button id="playButton" onclick="document.querySelector('video').play();">Play V ideo</button>
OLDNEW
« 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