summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/text/text-window-lost-focus-change-event-expected.txt
blob: 08594ce05ada228710647c75f2c9d5e363b7aef7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Test when window out of focus, should dispatch both blur and 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 changeEventCounter is 1
PASS successfullyParsed is true

TEST COMPLETE