Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / event-on-culled_inline-expected.txt
blob55de3fa310b6b860effb4a961675f774c82a53fe
1 Click the empty area on the left
2 Click the empty areain middle
3 Click event should be fired when it occurs within culled inline.
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8 PASS document.elementFromPoint(x, y).id is "clickme1"
9 LABEL that is a parent of INPUT is clicked.
10 LABEL that is a parent of INPUT is clicked.
11 PASS gotClick is true
13 PASS document.elementFromPoint(x, y).id is "clickme2"
14 SPAN that is a parent of EM is clicked.
15 PASS gotClick is true
17 PASS document.getElementById("checkbox").checked is true
18 PASS successfullyParsed is true
20 TEST COMPLETE