summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/events/touch/document-create-touch-list-expected.txt
blob: c664b2acf95b213f59306daa46f20876751fb847 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 ts.touches.length is 2
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 successfullyParsed is true

TEST COMPLETE