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

Side by Side Diff: LayoutTests/fullscreen/full-screen-exit-when-popup-expected.txt

Issue 27599002: A page should exit fullscreen mode if it opens a new popup (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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 EVENT(webkitfullscreenchange) 1 EVENT(webkitfullscreenchange)
2 EXPECTED (document.webkitIsFullScreen == 'true') OK 2 EXPECTED (document.webkitIsFullScreen == 'true') OK
3 EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLSpanElement]') OK 3 EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLSpanElement]') OK
4 EXPECTED (window.open('about:blank') != 'null') OK
4 EVENT(webkitfullscreenchange) 5 EVENT(webkitfullscreenchange)
5 EXPECTED (document.webkitIsFullScreen == 'false') OK 6 EXPECTED (document.webkitIsFullScreen == 'false') OK
6 EXPECTED (document.webkitCurrentFullScreenElement == 'undefined') OK 7 EXPECTED (document.webkitCurrentFullScreenElement == 'undefined') OK
7 END OF TEST 8 END OF TEST
8 9
OLDNEW
« no previous file with comments | « LayoutTests/fullscreen/full-screen-exit-when-popup.html ('k') | Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698