Index: LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt |
diff --git a/LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt b/LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt |
index 8bb0e10b6ef717412982781859b23e835d50e57f..ac614668fa98f1451f1260e2fbc307397299c992 100644 |
--- a/LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt |
+++ b/LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt |
@@ -1,4 +1,4 @@ |
-CONSOLE WARNING: 'HTMLVideoElement.webkitEnterFullScreen()' is deprecated. Please use 'Element.requestFullscreen()' and 'Element.webkitRequestFullscreen()' instead. |
+CONSOLE WARNING: 'HTMLVideoElement.webkitEnterFullScreen()' is deprecated. Please use 'Element.requestFullscreen()' or 'Element.webkitRequestFullscreen()' instead. |
Test for bug 61461: Handle entering full screen security restrictions |
To test manually, click the video "full screen" button - the page should enter full screen mode. |