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

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

Issue 600773002: Notify in console when an API fails because it needs to be invoked on user action. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed requestPointerLock related changes. Created 6 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
OLDNEW
1 CONSOLE WARNING: Failed to execute 'requestFullScreen' on 'Element': API can onl y be initiated by a user gesture.
1 This tests the restrictions to entering full screen mode laid out in section 4.1 of the W3C Full Screen API 2 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 "The context object is not in a document."
3 EVENT(webkitfullscreenerror) 4 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 "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 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 "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(webkitfullscreenchange)
8 EVENT(webkitfullscreenerror) 9 EVENT(webkitfullscreenerror)
9 EVENT(webkitfullscreenchange) 10 EVENT(webkitfullscreenchange)
10 "A descendant browsing context's document has a non-empty fullscreen element sta ck." 11 "A descendant browsing context's document has a non-empty fullscreen element sta ck."
11 EVENT(webkitfullscreenchange) 12 EVENT(webkitfullscreenchange)
12 EVENT(webkitfullscreenerror) 13 EVENT(webkitfullscreenerror)
13 EVENT(webkitfullscreenchange) 14 EVENT(webkitfullscreenchange)
14 "This algorithm is not allowed to show a pop-up." 15 "This algorithm is not allowed to show a pop-up."
15 EVENT(webkitfullscreenerror) 16 EVENT(webkitfullscreenerror)
16 END OF TEST 17 END OF TEST
17 18
18 19
19 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698