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