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

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

Issue 9950115: Revert 111028 - Support W3C Full Screen API proposal (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fullscreen/full-screen-restrictions.html ('k') | LayoutTests/fullscreen/full-screen-test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fullscreen/full-screen-restrictions-expected.txt
===================================================================
--- LayoutTests/fullscreen/full-screen-restrictions-expected.txt (revision 113078)
+++ LayoutTests/fullscreen/full-screen-restrictions-expected.txt (working copy)
@@ -1,19 +0,0 @@
-This tests the restrictions to entering full screen mode laid out in section 4.1 of the W3C Full Screen API
-"The context object is not in a document."
-EVENT(webkitfullscreenerror)
-"The context object's node document, or an ancestor browsing context's document does not have the fullscreen enabled flag set."
-EVENT(webkitfullscreenerror)
-"The context object's node document fullscreen element stack is not empty and its top element is not an ancestor of the context object."
-EVENT(webkitfullscreenchange)
-EVENT(webkitfullscreenerror)
-EVENT(webkitfullscreenchange)
-"A descendant browsing context's document has a non-empty fullscreen element stack."
-EVENT(webkitfullscreenchange)
-EVENT(webkitfullscreenerror)
-EVENT(webkitfullscreenchange)
-"This algorithm is not allowed to show a pop-up."
-EVENT(webkitfullscreenerror)
-END OF TEST
-
-
-
« no previous file with comments | « LayoutTests/fullscreen/full-screen-restrictions.html ('k') | LayoutTests/fullscreen/full-screen-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698