Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Start playing a video with preloading enabled, do a seek near the end and check multiple buffered timeranges have been created. | |
| 2 | |
| 3 EVENT(playing) | |
| 4 EXPECTED (video.buffered.length == '1') OK | |
| 5 RUN(video.currentTime = video.duration - 0.5) | |
| 6 EVENT(ended) | |
| 7 EXPECTED (video.buffered.length == '2'), OBSERVED '1' FAIL | |
| 8 END OF TEST | |
| 9 | |
| OLD | NEW |