OLD | NEW |
1 Tests duration attribute on MediaSource object | 1 Tests duration attribute on MediaSource object |
2 | 2 |
3 Test setting the duration when closed. | 3 Test setting the duration when closed. |
4 Got expected exception Error: InvalidStateError: DOM Exception 11 | 4 Got expected exception InvalidStateError: An attempt was made to use an object t
hat is not, or is no longer, usable. |
5 Test getting the duration when closed. | 5 Test getting the duration when closed. |
6 | 6 |
7 running testExpectExceptionOnNegativeDuration | 7 running testExpectExceptionOnNegativeDuration |
8 EVENT(webkitsourceopen) | 8 EVENT(webkitsourceopen) |
9 Got expected exception Error: InvalidAccessError: DOM Exception 15 | 9 Got expected exception InvalidAccessError: A parameter or an operation was not s
upported by the underlying object. |
10 | 10 |
11 running testExpectExceptionOnNaNDuration | 11 running testExpectExceptionOnNaNDuration |
12 EVENT(webkitsourceopen) | 12 EVENT(webkitsourceopen) |
13 Got expected exception Error: InvalidAccessError: DOM Exception 15 | 13 Got expected exception InvalidAccessError: A parameter or an operation was not s
upported by the underlying object. |
14 | 14 |
15 running testDurationChange | 15 running testDurationChange |
16 EVENT(webkitsourceopen) | 16 EVENT(webkitsourceopen) |
17 EVENT(loadedmetadata) | 17 EVENT(loadedmetadata) |
18 EVENT(durationchange) | 18 EVENT(durationchange) |
19 | 19 |
20 running testDurationChangeThenOverwriteDuration | 20 running testDurationChangeThenOverwriteDuration |
21 EVENT(webkitsourceopen) | 21 EVENT(webkitsourceopen) |
22 EVENT(loadedmetadata) | 22 EVENT(loadedmetadata) |
23 EVENT(durationchange) | 23 EVENT(durationchange) |
24 EVENT(durationchange) | 24 EVENT(durationchange) |
25 | 25 |
26 running testDurationChangeTruncates | 26 running testDurationChangeTruncates |
27 EVENT(webkitsourceopen) | 27 EVENT(webkitsourceopen) |
28 EVENT(loadedmetadata) | 28 EVENT(loadedmetadata) |
29 EVENT(durationchange) | 29 EVENT(durationchange) |
30 END OF TEST | 30 END OF TEST |
31 | 31 |
OLD | NEW |