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

Side by Side Diff: LayoutTests/fast/events/touch/document-create-touch-list-expected.txt

Issue 11970016: Merge 138808 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 months 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
« no previous file with comments | « no previous file | LayoutTests/fast/events/touch/script-tests/document-create-touch-list.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This tests support for the document.createTouchList API. 1 This tests support for the document.createTouchList API.
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 PASS "createTouchList" in document is true 6 PASS "createTouchList" in document is true
7 PASS touchList is non-null. 7 PASS touchList is non-null.
8 PASS touchList.length is 0 8 PASS touchList.length is 0
9 PASS touchList.item(0) is null 9 PASS touchList.item(0) is null
10 PASS touchList.item(1) is null 10 PASS touchList.item(1) is null
11 PASS touchList.item() threw exception TypeError: Not enough arguments. 11 PASS touchList.item() threw exception TypeError: Not enough arguments.
12 PASS ts instanceof TouchEvent is true
13 PASS ts.touches instanceof TouchList is true
14 PASS ts.touches.length is 2 12 PASS ts.touches.length is 2
15 PASS ts.touches[0] instanceof Touch is true
16 PASS ts.touches[0].identifier is 12341 13 PASS ts.touches[0].identifier is 12341
17 PASS ts.touches[0].clientX is 60 14 PASS ts.touches[0].clientX is 60
18 PASS ts.touches[1].screenY is 120 15 PASS ts.touches[1].screenY is 120
19 PASS ts.ctrlKey is true 16 PASS ts.ctrlKey is true
20 PASS successfullyParsed is true 17 PASS successfullyParsed is true
21 18
22 TEST COMPLETE 19 TEST COMPLETE
23 20
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/events/touch/script-tests/document-create-touch-list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698