/home/clopez/webkit/webkit/layout-test-results/fast/events/touch/multi-touch-inside-iframes-actual.txt

 1FAIL: Timed out waiting for notifyDone to be called
12
2 Test multi-touch is sent to the same iframe.
3 
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5 
6 
7 First touch is on iframe1.
8 PASS document.elementFromPoint(101, 101).id is "iframe1"
9 PASS ev.type is "touchstart"
10 PASS touchreceiver is "iframe1"
11 PASS ev.changedTouches.length is 1
12 PASS ev.touches.length is 1
13 PASS ev.targetTouches.length is 1
14 PASS ev.touches[0].pageX is 50
15 PASS ev.touches[0].pageY is 50
16 PASS ev.touches[0].target.ownerDocument.title is "iframe1"
17 PASS ev.changedTouches[0].target.ownerDocument.title is "iframe1"
18 PASS ev.targetTouches[0].target.ownerDocument.title is "iframe1"
19 
20 Second touch is on iframe2, nothing should happen.
21 PASS document.elementFromPoint(251, 101).id is "iframe2"
22 
23 Moves the first touch outside iframe1.
24 PASS ev.type is "touchmove"
25 PASS touchreceiver is "iframe1"
26 PASS ev.changedTouches.length is 1
27 PASS ev.touches.length is 1
28 PASS ev.targetTouches.length is 1
29 PASS ev.touches[0].pageX is 150
30 PASS ev.touches[0].pageY is 150
31 PASS ev.touches[0].target.ownerDocument.title is "iframe1"
32 PASS ev.changedTouches[0].target.ownerDocument.title is "iframe1"
33 PASS ev.targetTouches[0].target.ownerDocument.title is "iframe1"
34 
35 Release the first touch.
36 PASS ev.type is "touchend"
37 PASS touchreceiver is "iframe1"
38 PASS ev.changedTouches.length is 1
39 PASS ev.touches.length is 0
40 PASS ev.targetTouches.length is 0
41 PASS ev.changedTouches[0].target.ownerDocument.title is "iframe1"
42 
43 Third touch is on iframe2, nothing should happen.
44 PASS document.elementFromPoint(261, 101).id is "iframe2"
45 
46 Release all touches on iframe2, and touch iframe2 again.
47 PASS ev.type is "touchstart"
48 PASS touchreceiver is "iframe2"
49 PASS ev.changedTouches.length is 1
50 PASS ev.touches.length is 1
51 PASS ev.targetTouches.length is 1
52 PASS ev.touches[0].pageX is 50
53 PASS ev.touches[0].pageY is 50
54 PASS ev.touches[0].target.ownerDocument.title is "iframe2"
55 PASS ev.changedTouches[0].target.ownerDocument.title is "iframe2"
56 PASS ev.targetTouches[0].target.ownerDocument.title is "iframe2"
57 
58 Touch iframe1, nothing shoud happen.
59 
60 Release all touches.
61 PASS ev.type is "touchend"
62 PASS touchreceiver is "iframe2"
63 PASS ev.changedTouches.length is 1
64 PASS ev.touches.length is 0
65 PASS ev.targetTouches.length is 0
66 PASS ev.changedTouches[0].target.ownerDocument.title is "iframe2"
67 PASS successfullyParsed is true
68 
69 TEST COMPLETE
70