| Index: chrome/test/data/android/media/mp3-play.html
|
| diff --git a/chrome/test/data/android/media/mp3-play.html b/chrome/test/data/android/media/mp3-play.html
|
| deleted file mode 100644
|
| index 2800f9c86dccac1894f3e0e93656eb5118e2da02..0000000000000000000000000000000000000000
|
| --- a/chrome/test/data/android/media/mp3-play.html
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -<html>
|
| -<title>test</title>
|
| -<body bgcolor="Silver">
|
| - <audio id='audio1' src="mpthreetest.mp3" controls></audio>
|
| - <script>
|
| - var audio = document.getElementById('audio1');
|
| - var mediaElement = audio;
|
| -
|
| - function playaudio() {
|
| - mediaElement.play();
|
| - }
|
| -
|
| - audio.oncanplaythrough = function() {
|
| - document.title = 'ready_to_play';
|
| - }
|
| -
|
| - audio.onended = function(e) {
|
| - document.title = 'ended';
|
| - }
|
| - </script>
|
| - <button id="button1" onclick="playaudio()">Click me</button>
|
| -</body>
|
| -</html>
|
|
|