blob: be2ea404f6069da574cbb7538ee1417986c0d354 [file] [log] [blame]
This tests that events are fired correctly when we use the webkit prefixed API to enters and exits the Picture-in-Picture mode.
RUN(internals.settings.setAllowsPictureInPictureMediaPlayback(true))
RUN(internals.setPictureInPictureAPITestEnabled(video, true))
RUN(video.src = findMediaFile("video", "../content/test"))
EVENT(canplaythrough)
EVENT(enterpictureinpicture)
EXPECTED (pipWindow.width > '0') OK
EXPECTED (pipWindow.height > '0') OK
EVENT(leavepictureinpicture)
END OF TEST