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

Unified Diff: tests/html/element_animate_test.dart

Issue 1031723002: Test for the correct class in AnimationPlayer.supported and fix Dartium suppressions (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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 | tests/html/html.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/element_animate_test.dart
diff --git a/tests/html/element_animate_test.dart b/tests/html/element_animate_test.dart
index f1ebf292ceacf93a76865c1875336c5e307598bc..31becda7d9cdd3720539fdd319efcb5a258b4319 100644
--- a/tests/html/element_animate_test.dart
+++ b/tests/html/element_animate_test.dart
@@ -14,7 +14,7 @@ main() {
group('animate_supported', () {
test('supported', () {
- expect(Notification.supported, true);
+ expect(AnimationPlayer.supported, true);
});
});
« no previous file with comments | « no previous file | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698