Reviewed by Darin.
<rdar://problem/5535636>
Have to press 4 times instead of 2 times to get the expected result of ^^ with german keyboard.
http://bugs.webkit.org/show_bug.cgi?id=13916
JavaScript detects Tab as a character input on a textfield validation
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@28620 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/fast/events/js-keyboard-event-creation-expected.txt b/LayoutTests/fast/events/js-keyboard-event-creation-expected.txt
index 897cfb3..030a98d 100644
--- a/LayoutTests/fast/events/js-keyboard-event-creation-expected.txt
+++ b/LayoutTests/fast/events/js-keyboard-event-creation-expected.txt
@@ -1,10 +1,6 @@
-
+
This tests that DOMKeyboardEvents are created correctly in the JavaScript API.
-keydown - key: U+0009@0 (keyCode/charCode: 9/9) modifiers: false,false,false,false
+keydown - key: U+0009@0 (keyCode/charCode: 9/0) modifiers: false,false,false,false
-keypress - key: U+0009@0 (keyCode/charCode: 9/9) modifiers: false,false,false,false
-
-keydown - key: U+0009@0 (keyCode/charCode: 9/9) modifiers: false,false,true,false
-
-keypress - key: U+0009@0 (keyCode/charCode: 9/9) modifiers: false,false,true,false
+keyup - key: U+0009@0 (keyCode/charCode: 9/0) modifiers: false,false,true,false