Chromium Code Reviews

Unified Diff: client/tests/client/dom/SVG2Test.dart

Issue 9537001: Generate dart:html bindings for Dartium as well as Frog. All unittests now pass (or are disabled fo… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: client/tests/client/dom/SVG2Test.dart
diff --git a/client/tests/client/dom/SVG2Test.dart b/client/tests/client/dom/SVG2Test.dart
index cf59cf49ab0650ab36d24dc252df302da9ffb14b..1b7a9d4d9fcf5474078a61ee9b15c90b1d8c395c 100644
--- a/client/tests/client/dom/SVG2Test.dart
+++ b/client/tests/client/dom/SVG2Test.dart
@@ -1,5 +1,5 @@
#library('SVG2Test');
-#import('../../../testing/unittest/unittest.dart');
+#import('../../../testing/unittest/unittest_dom.dart');
#import('dart:dom');
// Test that SVG elements explicitly implement the IDL interfaces (is-checks

Powered by Google App Engine