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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fullscreen/full-screen-exit-when-popup.html ('k') | Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fullscreen/full-screen-exit-when-popup-expected.txt
diff --git a/LayoutTests/fullscreen/full-screen-cancel-expected.txt b/LayoutTests/fullscreen/full-screen-exit-when-popup-expected.txt
similarity index 86%
copy from LayoutTests/fullscreen/full-screen-cancel-expected.txt
copy to LayoutTests/fullscreen/full-screen-exit-when-popup-expected.txt
index 6a8ab7226c0ef399415fc621bafd47a1c303736d..766a87244b39c6591ec660d206523ab43efd317a 100644
--- a/LayoutTests/fullscreen/full-screen-cancel-expected.txt
+++ b/LayoutTests/fullscreen/full-screen-exit-when-popup-expected.txt
@@ -1,6 +1,7 @@
EVENT(webkitfullscreenchange)
EXPECTED (document.webkitIsFullScreen == 'true') OK
EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLSpanElement]') OK
+EXPECTED (window.open('about:blank') != 'null') OK
EVENT(webkitfullscreenchange)
EXPECTED (document.webkitIsFullScreen == 'false') OK
EXPECTED (document.webkitCurrentFullScreenElement == 'undefined') OK
« 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