blob: 644cbc8c763b44f3f011e467ac37086d023ba069 [file] [log] [blame]
Tests that video controls are shwon after exiting fullscreen
EVENT(canplaythrough)
** Move mouse to the play button and start playing the video **
** Test that controls are shown when controls attribute is present **
EVENT(webkitfullscreenchange)
RUN(video.webkitExitFullScreen())
EVENT(webkitfullscreenchange)
** The controls should be shown after exiting the fullscreen
END OF TEST