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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/touch/document-create-touch-list-expected.txt
===================================================================
--- LayoutTests/fast/events/touch/document-create-touch-list-expected.txt (revision 139896)
+++ LayoutTests/fast/events/touch/document-create-touch-list-expected.txt (working copy)
@@ -9,10 +9,7 @@
PASS touchList.item(0) is null
PASS touchList.item(1) is null
PASS touchList.item() threw exception TypeError: Not enough arguments.
-PASS ts instanceof TouchEvent is true
-PASS ts.touches instanceof TouchList is true
PASS ts.touches.length is 2
-PASS ts.touches[0] instanceof Touch is true
PASS ts.touches[0].identifier is 12341
PASS ts.touches[0].clientX is 60
PASS ts.touches[1].screenY is 120
« 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