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