| Index: third_party/WebKit/LayoutTests/media/audio-play-event.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/audio-play-event.html b/third_party/WebKit/LayoutTests/media/audio-play-event.html
|
| index 02454f8ced06a06f1027913f11f8fbc328619d5b..30ca5070780713fb3fe40dca49679bc7a956f2b7 100644
|
| --- a/third_party/WebKit/LayoutTests/media/audio-play-event.html
|
| +++ b/third_party/WebKit/LayoutTests/media/audio-play-event.html
|
| @@ -2,6 +2,8 @@
|
| <head>
|
| <title>'play' event</title>
|
| <script src=media-file.js></script>
|
| + <!-- TODO(philipj): Convert test to testharness.js. crbug.com/588956
|
| + (Please avoid writing new tests using video-test.js) -->
|
| <script src=video-test.js></script>
|
|
|
| <script>
|
| @@ -16,7 +18,7 @@
|
| run("mediaElement.src = findMediaFile('audio', 'content/test')");
|
| run("mediaElement.volume = 1");
|
| run("mediaElement.play()");
|
| - }
|
| + }
|
| </script>
|
| </head>
|
|
|
| @@ -24,4 +26,3 @@
|
| <p>Test that a 'play' event listener is triggered when fired by a new audio element.</p>
|
| </body>
|
| </html>
|
| -
|
|
|