blob: 4d22ebcabe19310e0769c8460fe9bfa1eb91d5c3 [file] [log] [blame]
Tests that the event target for a touch on a text node is the parent element, not the text node.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
This is some text
PASS event.type is "touchstart"
PASS event.touches[0].target.id is "targetDiv"
PASS event.touches[0].target.nodeName is "DIV"
PASS successfullyParsed is true
TEST COMPLETE