OLD | NEW |
---|---|
(Empty) | |
1 This tests that, if the ancestor of the current full-screen element is removed, full screen mode will exit, and the document will render normally. At the comple tion of the test, a green box should be visible. Click go full screen to run the test. | |
2 EVENT(webkitfullscreenchange) | |
3 EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLDivElement]') OK | |
4 EVENT(webkitfullscreenchange) | |
5 EXPECTED (document.webkitCurrentFullScreenElement == 'null') OK | |
6 END OF TEST | |
7 | |
OLD | NEW |