blob: c6ab6b5dad24bfacd749358c6a105c340f227aae [file] [log] [blame]
Test that when start DOM attribute is set, playback starts from that time.
TEST(video.start == 1.0) OK
TEST(video.getAttribute('start') == '1s') OK
RUN(video.load())
EVENT(canplaythrough) TEST(video.currentTime == 1.0) OK
END OF TEST