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 3c61a4781c6974b7c59ab5ed38488f7efab0a42d..bcf432c5924ef127d5470b81636ec373ea3cc58a 100644 |
--- a/LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt |
+++ b/LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt |
@@ -1,6 +1,9 @@ |
CONSOLE WARNING: 'HTMLVideoElement.webkitEnterFullScreen()' is deprecated. Please use 'Element.requestFullscreen()' instead. |
-HTMLVideoElement.webkitEnterFullScreen() in an iframe requires the allowfullscreen attribute |
+Test for bug 61461: Handle entering full screen security restrictions |
-EVENT(webkitfullscreenerror) |
+To test manually, click the video "full screen" button - the page should enter full screen mode. |
+ |
+EVENT(webkitfullscreenchange) |
+TEST(document.getElementById('frame').contentDocument.width==document.width) OK |
END OF TEST |