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> |