Index: third_party/WebKit/LayoutTests/media/video-prefixed-fullscreen-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/media/video-prefixed-fullscreen-expected.txt b/third_party/WebKit/LayoutTests/media/video-prefixed-fullscreen-expected.txt |
index 77badb21bb8ca117283eae559c640326e7485c9b..04d99dd42b6304ab956a14afeceb2f027b08ac12 100644 |
--- a/third_party/WebKit/LayoutTests/media/video-prefixed-fullscreen-expected.txt |
+++ b/third_party/WebKit/LayoutTests/media/video-prefixed-fullscreen-expected.txt |
@@ -1,7 +1,7 @@ |
CONSOLE WARNING: line 1: 'HTMLVideoElement.webkitSupportsFullscreen' is deprecated. Please use 'Document.fullscreenEnabled' instead. |
CONSOLE WARNING: line 1: 'HTMLVideoElement.webkitDisplayingFullscreen' is deprecated. Please use 'Document.fullscreenElement' instead. |
CONSOLE WARNING: line 1: 'HTMLVideoElement.webkitEnterFullscreen()' is deprecated. Please use 'Element.requestFullscreen()' instead. |
-CONSOLE WARNING: Failed to execute 'requestFullScreen' on 'Element': API can only be initiated by a user gesture. |
+CONSOLE WARNING: line 1: Failed to execute 'requestFullScreen' on 'Element': API can only be initiated by a user gesture. |
CONSOLE WARNING: line 1: 'HTMLVideoElement.webkitExitFullscreen()' is deprecated. Please use 'Document.exitFullscreen()' instead. |
Test the prefixed HTMLVideoElement fullscreen API |