Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: third_party/WebKit/LayoutTests/media/audio-play-event-expected.txt

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
Patch Set: Removed eventcount Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/media/audio-play-event.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
-
« no previous file with comments | « third_party/WebKit/LayoutTests/media/audio-play-event.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698