Add new access object callback
[framework/web/webkit-efl.git] / LayoutTests / media / audio-concurrent-supported-expected.txt
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