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

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

Issue 1165013002: Deprecate the allowfullscreen exemption for <video> (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/dom/Fullscreen.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: 'HTMLVideoElement.webkitEnterFullScreen()' is deprecated. Pleas e use 'Element.requestFullscreen()' instead. 1 CONSOLE WARNING: 'HTMLVideoElement.webkitEnterFullScreen()' is deprecated. Pleas e use 'Element.requestFullscreen()' instead.
2 CONSOLE WARNING: Entering fullscreen in an <iframe> with no allowfullscreen attr ibute is deprecated and will stop working in M46, around October 2015. Please us e the allowfullscreen attribute.
2 Test for bug 61461: Handle entering full screen security restrictions 3 Test for bug 61461: Handle entering full screen security restrictions
3 4
4 To test manually, click the video "full screen" button - the page should enter f ull screen mode. 5 To test manually, click the video "full screen" button - the page should enter f ull screen mode.
5 6
6 EVENT(webkitfullscreenchange) 7 EVENT(webkitfullscreenchange)
7 TEST(document.getElementById('frame').contentDocument.width==document.width) OK 8 TEST(document.getElementById('frame').contentDocument.width==document.width) OK
8 END OF TEST 9 END OF TEST
9 10
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Fullscreen.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698