1 Test for bug 90327: webkitCancelFullScreen for iframes
3 To test manually, click the "Go full screen" button - the page should enter full screen mode and immediately exit again, without crashing.
5 EVENT(webkitfullscreenchange)
6 TEST(document.getElementById('frame').contentDocument.webkitIsFullScreen==true) OK
7 EVENT(webkitfullscreenchange)
8 TEST(document.getElementById('frame').contentDocument.webkitIsFullScreen==false) OK