Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / search-cancel-button-events-expected.txt
blobfe7779c2c861bef1a4c5177fbcc8adde22a9795d
1 Test for event dipatching by search cancel button.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Initial state
7 PASS changeEventCounter is 0
8 PASS inputEventCounter is 0
9 Click the cancel button
10 PASS search.value is ""
11 PASS changeEventCounter is 0
12 PASS inputEventCounter is 1
13 Focus on another field
14 PASS changeEventCounter is 1
15 PASS inputEventCounter is 1
16 PASS successfullyParsed is true
18 TEST COMPLETE