summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/events/touch/document-create-touch-list-expected.txt
blob: 99d578c2f50464895174a93ba2f620932218dc4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 successfullyParsed is true

TEST COMPLETE