blob: 091674233db9355e88f2ce80bab5a5f5b4661315 [file] [log] [blame]
This tests support for the document.createTouchList API.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS "createTouchList" in document is true
PASS touchList is non-null.
PASS touchList.length is 0
PASS touchList.item(0) is null
PASS touchList.item(1) is null
PASS touchList.item() threw exception TypeError: Not enough arguments.
PASS ts instanceof TouchEvent is true
PASS ts.touches instanceof TouchList is true
PASS ts.touches.length is 2
PASS ts.touches[0] instanceof Touch is true
PASS ts.touches[0].identifier is 12341
PASS ts.touches[0].clientX is 60
PASS ts.touches[1].screenY is 120
PASS ts.ctrlKey is true
PASS document.createTouchList(1, 2) threw exception TypeError: Argument 1 ('touches') to Document.createTouchList must be an instance of Touch.
PASS successfullyParsed is true
TEST COMPLETE