Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Side by Side Diff: LayoutTests/fast/events/touch/multi-touch-inside-nested-iframes-expected.txt

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 1
2 Test multi-touch is sent to the same iframe. 2 Test multi-touch is sent to the same iframe.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 PASS successfullyParsed is true
8
9 TEST COMPLETE
7 First touch is on inner iframe. 10 First touch is on inner iframe.
8 PASS ev.type is "touchstart" 11 PASS ev.type is "touchstart"
9 PASS touchreceiver is "iframe1" 12 PASS touchreceiver is "iframe1"
10 PASS ev.changedTouches.length is 1 13 PASS ev.changedTouches.length is 1
11 PASS ev.touches.length is 1 14 PASS ev.touches.length is 1
12 PASS ev.targetTouches.length is 1 15 PASS ev.targetTouches.length is 1
13 PASS ev.touches[0].pageX is 50 16 PASS ev.touches[0].pageX is 50
14 PASS ev.touches[0].pageY is 50 17 PASS ev.touches[0].pageY is 50
15 PASS ev.touches[0].target.ownerDocument.title is "iframe1" 18 PASS ev.touches[0].target.ownerDocument.title is "iframe1"
16 PASS ev.changedTouches[0].target.ownerDocument.title is "iframe1" 19 PASS ev.changedTouches[0].target.ownerDocument.title is "iframe1"
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 PASS ev.type is "touchend" 71 PASS ev.type is "touchend"
69 PASS touchreceiver is "iframe2" 72 PASS touchreceiver is "iframe2"
70 PASS ev.changedTouches.length is 2 73 PASS ev.changedTouches.length is 2
71 PASS ev.touches.length is 0 74 PASS ev.touches.length is 0
72 PASS ev.targetTouches.length is 0 75 PASS ev.targetTouches.length is 0
73 PASS ev.changedTouches[0].target.ownerDocument.title is "iframe2" 76 PASS ev.changedTouches[0].target.ownerDocument.title is "iframe2"
74 PASS ev.changedTouches[1].target.ownerDocument.title is "iframe2" 77 PASS ev.changedTouches[1].target.ownerDocument.title is "iframe2"
75 PASS successfullyParsed is true 78 PASS successfullyParsed is true
76 79
77 TEST COMPLETE 80 TEST COMPLETE
78 PASS successfullyParsed is true
79
80 TEST COMPLETE
81 81
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698