4 Verifies that tapping in the whitespace at the end of a paragraph sends mouse events properly to the paragraph node (even though there are no text line boxes here). http://crbug.com/398205
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
9 PASS point.x is > span.getBoundingClientRect().right
10 PASS document.elementFromPoint(point.x, point.y).id is "target"
11 Sending GestureTapDown
12 Sending GestureShowPress
14 Received mousemove on target
15 PASS event.target.id is "target"
16 PASS document.elementFromPoint(event.clientX, event.clientY).id is "target"
17 Received mousedown on target
18 PASS event.target.id is "target"
19 PASS document.elementFromPoint(event.clientX, event.clientY).id is "target"
20 Received mouseup on target
21 PASS event.target.id is "target"
22 PASS document.elementFromPoint(event.clientX, event.clientY).id is "target"
23 Received click on target
24 PASS event.target.id is "target"
25 PASS document.elementFromPoint(event.clientX, event.clientY).id is "target"
26 PASS successfullyParsed is true