blob: 6f806e6a960150d2106e1ad5e74c0d6c537f2df7 [file] [log] [blame]
Tests that KeyboardEvent.key is properly initialized on iOS.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS event.key is "a"
PASS event.code is "KeyA"
PASS event.key is "@"
PASS event.code is "Digit2"
PASS successfullyParsed is true
TEST COMPLETE