summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/label/label-event-order-expected.txt
blob: 1a22d6706cfbd0304d1011639635e5ab812f2a3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Event order for a labeled control should be "focus" then "change"

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


"focus" event has been dispatched.
PASS changeCount is 0
"change" event has been dispatched.
PASS focusCount is 1
PASS successfullyParsed is true

TEST COMPLETE