| 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 f76d98110ef3f43d6c34e8e3a879188a1b065fa6..7a8f4f243b467ed816a751ed123d8cc987e5bc02 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.webm" type="video/webm">
|
| + <source src="video.mp4" type="video/mp4">
|
| </video>
|
| </div>
|
| </body>
|
|
|