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

Unified Diff: tests/html/element_test.dart

Issue 12224080: Fixes for TransitionEvent changes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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: tests/html/element_test.dart
diff --git a/tests/html/element_test.dart b/tests/html/element_test.dart
index 4ec1bfc61bffc91344aa0d2bdf058a3fec896717..981db6d26224e4c4a49c65aa1abcf40270f5ced1 100644
--- a/tests/html/element_test.dart
+++ b/tests/html/element_test.dart
@@ -263,7 +263,6 @@ main() {
testEvent(target.onTouchLeave, 'touchleave');
testEvent(target.onTouchMove, 'touchmove');
testEvent(target.onTouchStart, 'touchstart');
- testEvent(target.onTransitionEnd, 'webkitTransitionEnd');
blois 2013/02/08 21:42:23 We should probably just remove all of these- they
});
});
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tools/dom/templates/html/impl/impl_WebKitTransitionEvent.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698