 Chromium Code Reviews
 Chromium Code Reviews Issue 2009993003:
  Convert audio-data*, audio-garbage* and audio-play* tests to testharness.js  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 2009993003:
  Convert audio-data*, audio-garbage* and audio-play* tests to testharness.js  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: third_party/WebKit/LayoutTests/media/audio-play-event-expected.txt | 
| diff --git a/third_party/WebKit/LayoutTests/media/audio-play-event-expected.txt b/third_party/WebKit/LayoutTests/media/audio-play-event-expected.txt | 
| deleted file mode 100644 | 
| index be0fc764279eb7394138f52c0de4f6cea964c3c2..0000000000000000000000000000000000000000 | 
| --- a/third_party/WebKit/LayoutTests/media/audio-play-event-expected.txt | 
| +++ /dev/null | 
| @@ -1,11 +0,0 @@ | 
| -Test that a 'play' event listener is triggered when fired by a new audio element. | 
| - | 
| -RUN(mediaElement.src = findMediaFile('audio', 'content/test')) | 
| -RUN(mediaElement.volume = 1) | 
| -RUN(mediaElement.play()) | 
| -EVENT(play) | 
| -EVENT(loadedmetadata) | 
| -EVENT(canplay) | 
| -EVENT(playing) | 
| -END OF TEST | 
| - |