| Index: chrome/test/data/android/media/video-fullscreen.html
|
| diff --git a/chrome/test/data/android/media/video-fullscreen.html b/chrome/test/data/android/media/video-fullscreen.html
|
| index 7cf12db7139e12a6c8703064a37c7ac918bca2bf..f9387cd999a75e6322ff370410bdaf9cb1995708 100644
|
| --- a/chrome/test/data/android/media/video-fullscreen.html
|
| +++ b/chrome/test/data/android/media/video-fullscreen.html
|
| @@ -6,6 +6,6 @@ document.onclick = function() {
|
| };
|
| </script>
|
| <body>
|
| -<video src="test.mp4" controls id="video"></video>
|
| +<video src="test.webm" controls id="video"></video>
|
| </body>
|
| </html>
|
|
|