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

Unified Diff: LayoutTests/fast/events/touch/script-tests/document-create-touch-list.js

Issue 23522051: Get rid of custom code for Document::createTouchList() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add missing references Created 7 years, 3 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
Index: LayoutTests/fast/events/touch/script-tests/document-create-touch-list.js
diff --git a/LayoutTests/fast/events/touch/script-tests/document-create-touch-list.js b/LayoutTests/fast/events/touch/script-tests/document-create-touch-list.js
index 56de5247a66a53e1ff0497a61f00a51fe370354a..eb0de44785e5d75216c61ba7cd36514659e9e7bd 100644
--- a/LayoutTests/fast/events/touch/script-tests/document-create-touch-list.js
+++ b/LayoutTests/fast/events/touch/script-tests/document-create-touch-list.js
@@ -40,7 +40,7 @@ try {
try {
var tl = document.createTouchList(1, 2);
} catch(e) {
- testFailed("An exception was thrown: " + e.message);
+ testPassed("An exception was thrown: " + e.message);
}
isSuccessfullyParsed();

Powered by Google App Engine
This is Rietveld 408576698