Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / check-defocus-event-order-when-triggered-by-mouse-click-expected.txt
blob43428edcd5a754e56f89305e7276c6efb87c1f95
1 This test checks that when a user focuses on the "first input" text field, modifies its contents, and then defocuses it by clicking on the "second input" text field that the following DOM events are fired in order: Focus, Change, Blur, Focus (on "second input"), Click (on "second input"). Note, this test must be run by Dump Render Tree.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6   
7 PASS successfullyParsed is true
9 TEST COMPLETE
10 PASS fired event is (firstInput, focus).
11 PASS fired event is (firstInput, change).
12 PASS fired event is (firstInput, blur).
13 PASS fired event is (secondInput, focus).
14 PASS fired event is (secondInput, click).
16 TEST COMPLETE