Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / focus-event-handling-expected.txt
blobebec7a798a16d6f4231480919271ef742e299be0
1 TEST
2 Test whether focusin and focusout events are dispatched and seen in the focusin/focusout event handlers:
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 PASS focusinSeen is "rect1"
8 PASS focusoutSeen is "rect1"
9 PASS focusinSeen is "g"
10 PASS focusoutSeen is "g"
11 PASS focusinSeen is "use"
12 PASS focusoutSeen is "use"
13 PASS focusinSeen is "usesymbol"
14 PASS focusoutSeen is "usesymbol"
15 PASS focusinSeen is "switch"
16 PASS focusoutSeen is "switch"
17 PASS focusinSeen is "img"
18 PASS focusoutSeen is "img"
19 PASS successfullyParsed is true
21 TEST COMPLETE