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

Unified Diff: third_party/WebKit/LayoutTests/media/audio-concurrent-supported-expected.txt

Issue 2114243002: Convert audio*, media* and video* tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 6 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
Index: third_party/WebKit/LayoutTests/media/audio-concurrent-supported-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/audio-concurrent-supported-expected.txt b/third_party/WebKit/LayoutTests/media/audio-concurrent-supported-expected.txt
deleted file mode 100644
index d0873b83fa1045bc61e77f6e1431e28678c9b96b..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/audio-concurrent-supported-expected.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-Test that multiple audio elements can play concurrently.
-
-Starting a total of 2 concurrent audio elements.
-EVENT(0, canplaythrough)
-EXPECTED (0, testElement.currentTime == '0') OK
-EVENT(0, playing)
-EXPECTED (0, testElement.currentTime > '0') OK
-EVENT(1, canplaythrough)
-EXPECTED (1, testElement.currentTime == '0') OK
-EVENT(1, playing)
-EXPECTED (1, testElement.currentTime > '0') OK
-Making sure all 2 audio elements are in playing state:
-EXPECTED (0, testElement.paused == 'false') OK
-EXPECTED (1, testElement.paused == 'false') OK
-END OF TEST
-

Powered by Google App Engine
This is Rietveld 408576698