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

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

Issue 191273002: Revert "Remove the HTMLVideoElement-specific prefixed fullscreen API" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
OLDNEW
1 Test for bug 61461: Handle entering full screen security restrictions. Note that the original pass condition has been reversed. 1 CONSOLE WARNING: 'HTMLVideoElement.webkitEnterFullScreen()' is deprecated. Pleas e use 'Element.requestFullscreen()' and 'Element.webkitRequestFullscreen()' inst ead.
2 Test for bug 61461: Handle entering full screen security restrictions
2 3
3 To test manually, click the video "full screen" button - the page should NOT ent er full screen mode. 4 To test manually, click the video "full screen" button - the page should enter f ull screen mode.
4 5
5 EVENT(webkitfullscreenerror) 6 EVENT(webkitfullscreenchange)
7 TEST(document.getElementById('frame').contentDocument.width==document.width) OK
6 END OF TEST 8 END OF TEST
7 9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698