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

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

Issue 1990353002: [DevTools] Capture call stacks for console messages without location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more win7 expectation Created 4 years, 7 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 CONSOLE WARNING: line 57: Failed to execute 'requestFullScreen' on 'Element': AP I can only be initiated by a user gesture.
2 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
3 "The context object is not in a document." 3 "The context object is not in a document."
4 EVENT(webkitfullscreenerror) 4 EVENT(webkitfullscreenerror)
5 "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."
6 EVENT(webkitfullscreenerror) 6 EVENT(webkitfullscreenerror)
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 "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."
8 EVENT(webkitfullscreenchange) 8 EVENT(webkitfullscreenchange)
9 EVENT(webkitfullscreenerror) 9 EVENT(webkitfullscreenerror)
10 EVENT(webkitfullscreenchange) 10 EVENT(webkitfullscreenchange)
11 "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."
12 EVENT(webkitfullscreenchange) 12 EVENT(webkitfullscreenchange)
13 EVENT(webkitfullscreenerror) 13 EVENT(webkitfullscreenerror)
14 EVENT(webkitfullscreenchange) 14 EVENT(webkitfullscreenchange)
15 "This algorithm is not allowed to show a pop-up." 15 "This algorithm is not allowed to show a pop-up."
16 EVENT(webkitfullscreenerror) 16 EVENT(webkitfullscreenerror)
17 END OF TEST 17 END OF TEST
18 18
19 19
20 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698