blob: da4b736d9930802bb0ba12c90db90995552a1a2d [file] [log] [blame]
jer.noble@apple.com52c88592011-05-18 07:38:30 +00001EVENT(webkitfullscreenchange)
2EXPECTED (document.webkitIsFullScreen == 'true') OK
3EVENT(keypress)
4EXPECTED (event.keyCode == '97') OK
5END OF TEST
6This tests that full screen mode does not allow alphanumeric key events. Press space to continue, then press the 'a' key.