Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Side by Side Diff: LayoutTests/media/video-controls-visible-exiting-fullscreen-expected.txt

Issue 178003008: Remove the HTMLVideoElement-specific prefixed fullscreen API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rm negative test Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 CONSOLE WARNING: 'HTMLVideoElement.webkitExitFullScreen()' is deprecated. Please use 'Document.exitFullscreen()' and 'Document.webkitExitFullscreen()' instead.
2 Tests that video controls are shwon after exiting fullscreen 1 Tests that video controls are shwon after exiting fullscreen
3 EVENT(canplaythrough) 2 EVENT(canplaythrough)
4 ** Move mouse to the play button and start playing the video ** 3 ** Move mouse to the play button and start playing the video **
5 4
6 ** Test that controls are shown when controls attribute is present ** 5 ** Test that controls are shown when controls attribute is present **
7 EVENT(webkitfullscreenchange) 6 EVENT(webkitfullscreenchange)
8 7
9 RUN(video.webkitExitFullScreen()) 8 RUN(document.webkitExitFullscreen())
10 EVENT(webkitfullscreenchange) 9 EVENT(webkitfullscreenchange)
11 10
12 ** The controls should be shown after exiting the fullscreen 11 ** The controls should be shown after exiting the fullscreen
13 END OF TEST 12 END OF TEST
14 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698