| Index: chrome/test/data/android/media/video-play.html
|
| diff --git a/chrome/test/data/android/media/video-play.html b/chrome/test/data/android/media/video-play.html
|
| index 6c264af5be19dd9899d19b944e7d270ad41610f3..a95ca41d3f14859d638da780f78b116461b85ea7 100644
|
| --- a/chrome/test/data/android/media/video-play.html
|
| +++ b/chrome/test/data/android/media/video-play.html
|
| @@ -1,7 +1,7 @@
|
| <html>
|
| <title>test</title>
|
| <body bgcolor="Silver">
|
| - <video id='video1' src="test.mp4" controls></video>
|
| + <video id='video1' src="test.webm" controls></video>
|
| <script>
|
| var video = document.getElementById('video1');
|
| var mediaElement = video;
|
|
|