blob: 690caccc1390b5ac9690d5224edd49f98e458f54 [file] [log] [blame]
Tests that input elements can receive touch events.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS event.type is "touchstart"
PASS event.touches[0].target.id is "target"
PASS event.touches[0].target.nodeName is "TEXTAREA"
PASS successfullyParsed is true
TEST COMPLETE