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/key-events-in-input-button-expected.txt b/LayoutTests/fast/events/key-events-in-input-button-expected.txt
new file mode 100644
index 0000000..003c63a
--- /dev/null
+++ b/LayoutTests/fast/events/key-events-in-input-button-expected.txt
@@ -0,0 +1,19 @@
+To test manually, press keys and compare results to other browsers.
+
+
+target - type - ctrlKey,altKey,shiftKey,metaKey - keyIdentifier - keyCode - charCode
+Space:
+INPUT - keydown - false,false,false,false - U+0020 - 32 - 0
+INPUT - keypress - false,false,false,false - - 32 - 32
+INPUT - keyup - false,false,false,false - U+0020 - 32 - 0
+INPUT - click
+Enter:
+INPUT - keydown - false,false,false,false - Enter - 13 - 0
+INPUT - keypress - false,false,false,false - - 13 - 13
+INPUT - click
+INPUT - keyup - false,false,false,false - Enter - 13 - 0
+A:
+INPUT - keydown - false,false,true,false - U+0041 - 65 - 0
+INPUT - keypress - false,false,true,false - - 65 - 65
+INPUT - keyup - false,false,true,false - U+0041 - 65 - 0
+