summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/events/touch/touch-target-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/events/touch/touch-target-expected.txt')
-rw-r--r--LayoutTests/fast/events/touch/touch-target-expected.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/LayoutTests/fast/events/touch/touch-target-expected.txt b/LayoutTests/fast/events/touch/touch-target-expected.txt
index 60a4c37..b1c865d 100644
--- a/LayoutTests/fast/events/touch/touch-target-expected.txt
+++ b/LayoutTests/fast/events/touch/touch-target-expected.txt
@@ -7,18 +7,39 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS event.type is "touchstart"
PASS event.touches[0].target.id is "targetA"
PASS event.touches[1].target.id is "targetB"
+PASS event.targetTouches.length is 1
+PASS event.type is "touchstart"
+PASS event.touches[0].target.id is "targetA"
+PASS event.touches[1].target.id is "targetB"
+PASS event.targetTouches.length is 1
+PASS event.type is "touchmove"
+PASS event.touches[0].target.id is "targetA"
+PASS event.touches[1].target.id is "targetB"
+PASS event.targetTouches.length is 1
PASS event.type is "touchmove"
PASS event.touches[0].target.id is "targetA"
PASS event.touches[1].target.id is "targetB"
+PASS event.targetTouches.length is 1
PASS event.type is "touchmove"
PASS event.touches[0].target.id is "targetA"
PASS event.touches[1].target.id is "targetB"
+PASS event.targetTouches.length is 1
+PASS event.type is "touchmove"
+PASS event.touches[0].target.id is "targetA"
+PASS event.touches[1].target.id is "targetB"
+PASS event.targetTouches.length is 1
PASS event.type is "touchstart"
PASS event.touches[0].target.id is "targetB"
PASS event.touches[1].target.id is "targetA"
+PASS event.targetTouches.length is 1
+PASS event.type is "touchmove"
+PASS event.touches[0].target.id is "targetB"
+PASS event.touches[1].target.id is "targetA"
+PASS event.targetTouches.length is 1
PASS event.type is "touchmove"
PASS event.touches[0].target.id is "targetB"
PASS event.touches[1].target.id is "targetA"
+PASS event.targetTouches.length is 1
PASS successfullyParsed is true
TEST COMPLETE