blob: 1659a1fa5fbc7e0813435b2e3eeafd281ee8b1a8 [file] [log] [blame]
RUN(mediaElement.src = findMediaFile("video", "content/test"))
RUN(mediaElement.play())
EVENT(playing)
RUN(mediaElement.play().then(promiseResolved).catch(failTest))
Promise resolved. OK
END OF TEST