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

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

Issue 574883002: Fix media layout tests that made invalid assumptions about timeupdate. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase + fix 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
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
8 EVENT(1, canplaythrough) 7 EVENT(1, canplaythrough)
9 EXPECTED (1, testElement.currentTime == '0') OK 8 EXPECTED (1, testElement.currentTime == '0') OK
10 EVENT(1, playing) 9 EVENT(1, playing)
11 EXPECTED (1, testElement.currentTime > '0') OK
12 Making sure all 2 audio elements are in playing state: 10 Making sure all 2 audio elements are in playing state:
13 EXPECTED (0, testElement.paused == 'false') OK 11 EXPECTED (0, testElement.paused == 'false') OK
14 EXPECTED (1, testElement.paused == 'false') OK 12 EXPECTED (1, testElement.paused == 'false') OK
15 END OF TEST 13 END OF TEST
16 14
OLDNEW
« no previous file with comments | « LayoutTests/media/audio-concurrent-supported.html ('k') | LayoutTests/media/media-controller-effective-playback-rate.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698