document-create-touch-expected.txt revision 9dfa8dc622519374a57a0b24ab9d7f73afe160ed
1This tests support for the document.createTouch API.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6PASS "createTouch" in document is true
7PASS touch is non-null.
8PASS touch.target is box
9PASS touch.identifier is 1
10PASS touch.pageX is 100
11PASS touch.pageY is 101
12PASS touch.screenX is 102
13PASS touch.screenY is 103
14PASS emptyTouch is non-null.
15PASS emptyTouch.target is null
16PASS emptyTouch.identifier is 0
17PASS emptyTouch.pageX is 0
18PASS emptyTouch.pageY is 0
19PASS emptyTouch.screenX is 0
20PASS emptyTouch.screenY is 0
21PASS successfullyParsed is true
22
23TEST COMPLETE
24
25