OLD | NEW |
---|---|
1 This test makes sure that removing a track by setting video.innerHTML doesn't cr ash (https://bugs.webkit.org/show_bug.cgi?id=100981). | 1 This test makes sure that removing a track by setting video.innerHTML doesn't cr ash (https://bugs.webkit.org/show_bug.cgi?id=100981). |
2 If this test does not crash, it passes. | 2 If this test does not crash, it passes. |
3 | 3 |
4 EVENT(canplaythrough) | 4 EVENT(canplaythrough) |
5 EVENT(seeked) | 5 EVENT(seeked) |
6 RUN(video.currentTime = 7.9) | 6 RUN(video.currentTime = 7.9) |
7 EVENT(seeked) | 7 EVENT(seeked) |
8 END OF TEST | 8 END OF TEST |
9 | 9 |
OLD | NEW |