1 Tests that video controls are shwon after exiting fullscreen
3 ** Move mouse to the play button and start playing the video **
5 ** Test that controls are shown when controls attribute is present **
6 EVENT(webkitfullscreenchange)
8 RUN(document.webkitExitFullscreen())
9 EVENT(webkitfullscreenchange)
11 ** The controls should be shown after exiting the fullscreen