blob: 0341e6a2c98ede8ce2191e62a776fafad920532b [file] [log] [blame]
Test that the "seekToPlaybackPosition" remote control command works.
* set video.src
EVENT(canplaythrough)
* Send a seek command.
RUN(internals.postRemoteControlCommand('seekToPlaybackPosition', 1.6))
EVENT(timeupdate)
EXPECTED (video.currentTime.toFixed(1) == '1.6') OK
END OF TEST