summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/events/touch/document-create-touch-list-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/events/touch/document-create-touch-list-expected.txt')
-rw-r--r--LayoutTests/fast/events/touch/document-create-touch-list-expected.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/LayoutTests/fast/events/touch/document-create-touch-list-expected.txt b/LayoutTests/fast/events/touch/document-create-touch-list-expected.txt
new file mode 100644
index 0000000..99d578c
--- /dev/null
+++ b/LayoutTests/fast/events/touch/document-create-touch-list-expected.txt
@@ -0,0 +1,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
+