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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « LayoutTests/media/audio-concurrent-supported.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Test that multiple audio elements can play concurrently. 1 Test that multiple audio elements can play concurrently.
2 2
3 Starting a total of 2 concurrent audio elements. 3 Starting a total of 2 concurrent audio elements.
4 EVENT(0, canplaythrough) 4 EVENT(0, canplaythrough)
5 EXPECTED (0, testElement.currentTime == '0') OK 5 EXPECTED (0, testElement.currentTime == '0') OK
6 EVENT(0, playing) 6 EVENT(0, playing)
7 EXPECTED (0, testElement.currentTime > '0') OK
7 EVENT(1, canplaythrough) 8 EVENT(1, canplaythrough)
8 EXPECTED (1, testElement.currentTime == '0') OK 9 EXPECTED (1, testElement.currentTime == '0') OK
9 EVENT(1, playing) 10 EVENT(1, playing)
11 EXPECTED (1, testElement.currentTime > '0') OK
10 Making sure all 2 audio elements are in playing state: 12 Making sure all 2 audio elements are in playing state:
11 EXPECTED (0, testElement.paused == 'false') OK 13 EXPECTED (0, testElement.paused == 'false') OK
12 EXPECTED (1, testElement.paused == 'false') OK 14 EXPECTED (1, testElement.paused == 'false') OK
13 END OF TEST 15 END OF TEST
14 16
OLDNEW
« 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