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

Side by Side Diff: LayoutTests/fast/events/touch/basic-multi-touch-events-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines 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 This tests basic multi touch event support. 1 This tests basic multi touch event support.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 multi touch sequence 6 multi touch sequence
7 Two touchpoints pressed 7 Two touchpoints pressed
8 PASS lastEvent.type is "touchstart" 8 PASS lastEvent.type is "touchstart"
9 PASS lastEvent.touches.length is 2 9 PASS lastEvent.touches.length is 2
10 PASS lastEvent.changedTouches.length is 2 10 PASS lastEvent.changedTouches.length is 2
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 PASS lastEvent.pageX is 0 93 PASS lastEvent.pageX is 0
94 PASS lastEvent.pageY is 0 94 PASS lastEvent.pageY is 0
95 PASS lastEvent.changedTouches[0].pageX is 20 95 PASS lastEvent.changedTouches[0].pageX is 20
96 PASS lastEvent.changedTouches[0].pageY is 30 96 PASS lastEvent.changedTouches[0].pageY is 30
97 PASS lastEvent.changedTouches[0].clientX is 20 97 PASS lastEvent.changedTouches[0].clientX is 20
98 PASS lastEvent.changedTouches[0].clientY is 30 98 PASS lastEvent.changedTouches[0].clientY is 30
99 PASS lastEvent.changedTouches[0].identifier is 1 99 PASS lastEvent.changedTouches[0].identifier is 1
100 PASS successfullyParsed is true 100 PASS successfullyParsed is true
101 101
102 TEST COMPLETE 102 TEST COMPLETE
103 PASS successfullyParsed is true
104
105 TEST COMPLETE
103 106
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698