/home/clopez/webkit/webkit/layout-test-results/fast/events/keydown-leftright-keys-actual.txt

55
66
77PASS lastKeyboardEvent.type is "keydown"
8 PASS lastKeyboardEvent.keyCode is 16
9 PASS lastKeyboardEvent.location is KeyboardEvent.DOM_KEY_LOCATION_LEFT
 8FAIL lastKeyboardEvent.keyCode should be 16. Was 76.
 9FAIL lastKeyboardEvent.location should be 1. Was 0.
1010PASS lastKeyboardEvent.type is "keydown"
11 PASS lastKeyboardEvent.keyCode is 17
12 PASS lastKeyboardEvent.location is KeyboardEvent.DOM_KEY_LOCATION_LEFT
 11FAIL lastKeyboardEvent.keyCode should be 17. Was 76.
 12FAIL lastKeyboardEvent.location should be 1. Was 0.
1313PASS lastKeyboardEvent.type is "keydown"
14 PASS lastKeyboardEvent.keyCode is 18
15 PASS lastKeyboardEvent.location is KeyboardEvent.DOM_KEY_LOCATION_LEFT
 14FAIL lastKeyboardEvent.keyCode should be 18. Was 76.
 15FAIL lastKeyboardEvent.location should be 1. Was 0.
1616PASS lastKeyboardEvent.type is "keydown"
17 PASS lastKeyboardEvent.keyCode is 16
18 PASS lastKeyboardEvent.location is KeyboardEvent.DOM_KEY_LOCATION_RIGHT
 17FAIL lastKeyboardEvent.keyCode should be 16. Was 82.
 18FAIL lastKeyboardEvent.location should be 2. Was 0.
1919PASS lastKeyboardEvent.type is "keydown"
20 PASS lastKeyboardEvent.keyCode is 17
21 PASS lastKeyboardEvent.location is KeyboardEvent.DOM_KEY_LOCATION_RIGHT
 20FAIL lastKeyboardEvent.keyCode should be 17. Was 82.
 21FAIL lastKeyboardEvent.location should be 2. Was 0.
2222PASS lastKeyboardEvent.type is "keydown"
23 PASS lastKeyboardEvent.keyCode is 18
24 PASS lastKeyboardEvent.location is KeyboardEvent.DOM_KEY_LOCATION_RIGHT
 23FAIL lastKeyboardEvent.keyCode should be 18. Was 82.
 24FAIL lastKeyboardEvent.location should be 2. Was 0.
2525PASS successfullyParsed is true
2626
2727TEST COMPLETE