Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 EVENT(loadedmetadata) | |
| 2 Seeking to duration | |
| 3 EVENT(seeking) | |
| 4 EVENT(seeked) | |
| 5 EVENT(ended) | |
| 6 EXPECTED (video.currentTime == video.duration == 'true') OK | |
| 7 Seeking to the middle of the video | |
| 8 EVENT(seeking) | |
| 9 EVENT(seeked) | |
| 10 Setting loop to true and seeking to duration. | |
| 11 EVENT(seeking) | |
| 12 EVENT(seeked) | |
| 13 Seek to duration completed. Waiting for a seek to the beginning. | |
| 14 EVENT(seeking) | |
| 15 EVENT(seeked) | |
| 16 EXPECTED (video.currentTime == '0') OK | |
| 17 END OF TEST | |
| 18 | |
| OLD | NEW |