| 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 d0873b83fa1045bc61e77f6e1431e28678c9b96b..d2a020f7b23998a8280555cbb3c57df091f82a51 100644
|
| --- a/LayoutTests/media/audio-concurrent-supported-expected.txt
|
| +++ b/LayoutTests/media/audio-concurrent-supported-expected.txt
|
| @@ -4,11 +4,9 @@ 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
|
|
|