Add memory space check routine before saving web storage data
[framework/web/webkit-efl.git] / LayoutTests / fullscreen / full-screen-keyboard-enabled-expected.txt
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.