OLD | NEW |
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 |
OLD | NEW |