blob: 434d3707f029dde0a88f1ca5f1168e4f0bed7d32 [file] [log] [blame]
EVENT(loadedmetadata)
EXPECTED (video.controller.currentTime == '0') OK
EXPECTED (video.currentTime == '0') OK
EVENT(seeked)
EXPECTED (video.seeking == 'false') OK
EXPECTED (video.controller.currentTime / video.controller.duration > '0.4') OK
EXPECTED (video.controller.currentTime / video.controller.duration < '0.6') OK
EXPECTED (video.currentTime / video.duration > '0.4') OK
EXPECTED (video.currentTime / video.duration < '0.6') OK
EXPECTED (video.seeking == 'true') OK
END OF TEST