Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Unified Diff: LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt

Issue 1237133002: Remove the allowfullscreen exemption for the video-specific fullscreen API (reland) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fullscreen/full-screen-iframe-legacy.html ('k') | Source/core/dom/Fullscreen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e5a87c3481db18b16d0e3461b35cb4be8702219b..3c61a4781c6974b7c59ab5ed38488f7efab0a42d 100644
--- a/LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt
+++ b/LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt
@@ -1,10 +1,6 @@
CONSOLE WARNING: 'HTMLVideoElement.webkitEnterFullScreen()' is deprecated. Please use 'Element.requestFullscreen()' instead.
-CONSOLE WARNING: Entering fullscreen in an <iframe> with no allowfullscreen attribute is deprecated and will stop working in M46, around October 2015. Please use the allowfullscreen attribute.
-Test for bug 61461: Handle entering full screen security restrictions
+HTMLVideoElement.webkitEnterFullScreen() in an iframe requires the allowfullscreen attribute
-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
+EVENT(webkitfullscreenerror)
END OF TEST
« no previous file with comments | « LayoutTests/fullscreen/full-screen-iframe-legacy.html ('k') | Source/core/dom/Fullscreen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698