blob: 7548a26b4c9f9449f199d1a0d666038a22bf3f26 [file] [log] [blame]
cfleizach@apple.com825194c2013-11-06 14:15:42 +00001
jer.noble@apple.comee9d8ae2012-07-23 21:39:19 +00002This tests that currentTime is kept stable during script execution.
3RUN(controller = video.controller)
4EVENT(canplaythrough)
5RUN(video.play())
6RUN(controller.play())
7EVENT(playing)
8RUN(firstTime = controller.currentTime)
9RUN(secondTime = controller.currentTime)
10EXPECTED (firstTime - secondTime == '0') OK
11END OF TEST
12