Index: LayoutTests/media/video-controls-visible-exiting-fullscreen-expected.txt |
diff --git a/LayoutTests/media/video-controls-visible-exiting-fullscreen-expected.txt b/LayoutTests/media/video-controls-visible-exiting-fullscreen-expected.txt |
index a5232c56f75b4fdc31bc567f827651efc77caa9a..002bf1e53a4de44647f22d5b37fb13d2518c2bbe 100644 |
--- a/LayoutTests/media/video-controls-visible-exiting-fullscreen-expected.txt |
+++ b/LayoutTests/media/video-controls-visible-exiting-fullscreen-expected.txt |
@@ -1,4 +1,3 @@ |
-CONSOLE WARNING: 'HTMLVideoElement.webkitExitFullScreen()' is deprecated. Please use 'Document.exitFullscreen()' and 'Document.webkitExitFullscreen()' instead. |
Tests that video controls are shwon after exiting fullscreen |
EVENT(canplaythrough) |
** Move mouse to the play button and start playing the video ** |
@@ -6,7 +5,7 @@ EVENT(canplaythrough) |
** Test that controls are shown when controls attribute is present ** |
EVENT(webkitfullscreenchange) |
-RUN(video.webkitExitFullScreen()) |
+RUN(document.webkitExitFullscreen()) |
EVENT(webkitfullscreenchange) |
** The controls should be shown after exiting the fullscreen |