| Index: chrome/test/data/android/media/simple_video2.html
|
| diff --git a/chrome/test/data/android/media/simple_video2.html b/chrome/test/data/android/media/simple_video2.html
|
| index 12c7111077f303460b112899139f2a16e8a7d926..7e227e61598626b4601a73565b8e563d47f7f120 100644
|
| --- a/chrome/test/data/android/media/simple_video2.html
|
| +++ b/chrome/test/data/android/media/simple_video2.html
|
| @@ -2,12 +2,5 @@
|
| <title>test</title>
|
| <body bgcolor="Silver">
|
| <video src="test2.webm" controls id="video"></video>
|
| -<script>
|
| -function loadvideo() {
|
| - var video = document.getElementById('video');
|
| - video.load();
|
| -}
|
| -</script>
|
| -<button id="button1" onclick="loadvideo()">Click me</button>
|
| </body>
|
| </html>
|
|
|