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

Side by Side 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, 5 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
OLDNEW
(Empty)
1 Test that multiple audio elements can play concurrently.
2
3 Starting a total of 2 concurrent audio elements.
4 EVENT(0, canplaythrough)
5 EXPECTED (0, testElement.currentTime == '0') OK
6 EVENT(0, playing)
7 EXPECTED (0, testElement.currentTime > '0') OK
8 EVENT(1, canplaythrough)
9 EXPECTED (1, testElement.currentTime == '0') OK
10 EVENT(1, playing)
11 EXPECTED (1, testElement.currentTime > '0') OK
12 Making sure all 2 audio elements are in playing state:
13 EXPECTED (0, testElement.paused == 'false') OK
14 EXPECTED (1, testElement.paused == 'false') OK
15 END OF TEST
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698