Index: third_party/WebKit/LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt b/third_party/WebKit/LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt |
index 210875cdc2e1985fec09d52f056468cf6865d6af..d9ccc326b9872ffd2595ff3c9def93a821d02c08 100644 |
--- a/third_party/WebKit/LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt |
@@ -1,8 +1,8 @@ |
CONSOLE WARNING: line 1: 'HTMLVideoElement.webkitDisplayingFullscreen' is deprecated. Please use 'Document.fullscreenElement' instead. |
CONSOLE WARNING: line 10: 'HTMLVideoElement.webkitEnterFullScreen()' is deprecated. Please use 'Element.requestFullscreen()' instead. |
-HTMLVideoElement.webkitEnterFullScreen() in an iframe requires the allowfullscreen attribute |
+HTMLVideoElement.webkitEnterFullScreen() in a same-origin iframe does not require the allowfullscreen attribute |
EXPECTED (video.webkitDisplayingFullscreen == 'false') OK |
-EVENT(webkitfullscreenerror) |
+EVENT(webkitfullscreenchange) |
END OF TEST |