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

Unified Diff: LayoutTests/fullscreen/full-screen-twice-newapi-expected.txt

Issue 482543002: Ignore fullscreen requests for the current fullscreen element (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 4 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-twice-newapi.html ('k') | Source/core/dom/Fullscreen.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fullscreen/full-screen-twice-newapi-expected.txt
diff --git a/LayoutTests/fullscreen/full-screen-twice-newapi-expected.txt b/LayoutTests/fullscreen/full-screen-twice-newapi-expected.txt
index 5bc7f52d03a0042f61ac0a16925e8480d9dca4c3..555cb9201641f495b693e78ac0b9ffd71512c524 100644
--- a/LayoutTests/fullscreen/full-screen-twice-newapi-expected.txt
+++ b/LayoutTests/fullscreen/full-screen-twice-newapi-expected.txt
@@ -1,11 +1,7 @@
EVENT(webkitfullscreenchange)
EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLHtmlElement]') OK
-EVENT(webkitfullscreenerror)
-EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLHtmlElement]') OK
EVENT(webkitfullscreenchange)
EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLSpanElement]') OK
-EVENT(webkitfullscreenerror)
-EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLSpanElement]') OK
EVENT(webkitfullscreenchange)
EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLHtmlElement]') OK
EVENT(webkitfullscreenchange)
« no previous file with comments | « LayoutTests/fullscreen/full-screen-twice-newapi.html ('k') | Source/core/dom/Fullscreen.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698