Index: LayoutTests/fast/forms/select/listbox-tap-input-change-event-expected.txt |
diff --git a/LayoutTests/fast/forms/text/text-window-lost-focus-change-event-expected.txt b/LayoutTests/fast/forms/select/listbox-tap-input-change-event-expected.txt |
similarity index 60% |
copy from LayoutTests/fast/forms/text/text-window-lost-focus-change-event-expected.txt |
copy to LayoutTests/fast/forms/select/listbox-tap-input-change-event-expected.txt |
index 08594ce05ada228710647c75f2c9d5e363b7aef7..56e8b5a84bd9e17aa9b54ecd22a5242023d56bd9 100644 |
--- a/LayoutTests/fast/forms/text/text-window-lost-focus-change-event-expected.txt |
+++ b/LayoutTests/fast/forms/select/listbox-tap-input-change-event-expected.txt |
@@ -1,12 +1,12 @@ |
-Test when window out of focus, should dispatch both blur and change event |
+Tapping on listbox items should fire an input and a change event. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS blurEventCounter is 0 |
PASS changeEventCounter is 0 |
-PASS blurEventCounter is 1 |
+PASS inputEventCounter is 0 |
PASS changeEventCounter is 1 |
+PASS inputEventCounter is 1 |
PASS successfullyParsed is true |
TEST COMPLETE |