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..486bae7cca50164e17257916e426a5b823cf23b3 100644 |
--- a/android_webview/test/shell/assets/multiple_videos_test.html |
+++ b/android_webview/test/shell/assets/multiple_videos_test.html |
@@ -19,10 +19,12 @@ function playSecondVideo() { |
<video style='width: 10px; height: 10px;' id='firstVideo' controls> |
<source src="video.mp4" type="video/mp4"> |
+ <source src="video.webm" type "video/webm"> |
</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> |