blob: 18fb026a42d1678e56f20eaac0ffe87531b3dc42 [file] [log] [blame]
EVENT(webkitfullscreenchange)
EXPECTED (document.webkitIsFullScreen == 'true') OK
EVENT(keypress)
EXPECTED (event.keyCode == '32') OK
END OF TEST
This tests that full screen mode does not allow alphanumeric key events. Press space to continue, then press an alphanumeric key, followed by space.