diff -r 000000000000 -r 4f2f89ce4247 WebCore/manual-tests/autocompletion-fire-onchange.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/WebCore/manual-tests/autocompletion-fire-onchange.html Fri Sep 17 09:02:29 2010 +0300
@@ -0,0 +1,40 @@
+
+
+
+
+
+This test verifies that on autocompletion the 'onchange' event is fired.
+Steps to reproduce:
+
+ - In the input field, type the word "apple" (without quotes). Then click the button Submit or hit the return/enter
+ key on your keyboard
+ - Once the page reloads, in the input field, type "ap" (without quotes) and let the browser autocomplete the word (or select
+ "apple" from the autocompletion drop-down list contextual menu). Then click the button Submit or hit the return/enter
+ key on your keyboard.
+
+
+
+
+