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

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

Issue 600513002: Simplify media/audio-concurrent-supported.html thanks to r182442. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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 | « LayoutTests/media/audio-concurrent-supported.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/audio-concurrent-supported-expected.txt
diff --git a/LayoutTests/media/audio-concurrent-supported-expected.txt b/LayoutTests/media/audio-concurrent-supported-expected.txt
index d2a020f7b23998a8280555cbb3c57df091f82a51..d0873b83fa1045bc61e77f6e1431e28678c9b96b 100644
--- a/LayoutTests/media/audio-concurrent-supported-expected.txt
+++ b/LayoutTests/media/audio-concurrent-supported-expected.txt
@@ -4,9 +4,11 @@ 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
« no previous file with comments | « LayoutTests/media/audio-concurrent-supported.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698