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

Side by Side 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, 8 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
OLDNEW
(Empty)
1 This tests the restrictions to entering full screen mode laid out in section 4.1 of the W3C Full Screen API
2 "The context object is not in a document."
3 EVENT(webkitfullscreenerror)
4 "The context object's node document, or an ancestor browsing context's document does not have the fullscreen enabled flag set."
5 EVENT(webkitfullscreenerror)
6 "The context object's node document fullscreen element stack is not empty and it s top element is not an ancestor of the context object."
7 EVENT(webkitfullscreenchange)
8 EVENT(webkitfullscreenerror)
9 EVENT(webkitfullscreenchange)
10 "A descendant browsing context's document has a non-empty fullscreen element sta ck."
11 EVENT(webkitfullscreenchange)
12 EVENT(webkitfullscreenerror)
13 EVENT(webkitfullscreenchange)
14 "This algorithm is not allowed to show a pop-up."
15 EVENT(webkitfullscreenerror)
16 END OF TEST
17
18
19
OLDNEW
« 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