blob: efa7ed983af2316ae94bf0823b15d4747c3ada02 [file] [log] [blame]
Test that playcount DOM attribute causes playback to end after right number of repeats.
TEST(video.playCount == 3) OK
TEST(video.currentLoop == 0) OK
TEST(video.getAttribute('playCount') == 3) OK
RUN(video.play())
EVENT(ended) TEST(video.currentLoop == 2) OK
END OF TEST