Chromium Code Reviews

Unified Diff: client/tests/client/dom/SVG3Test.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/SVG3Test.dart
diff --git a/client/tests/client/dom/SVG3Test.dart b/client/tests/client/dom/SVG3Test.dart
index f6e4b8628be10721b53479579d9e3a2240c4e2e6..8206fe62ca4e5dfb584939c6eca44765092f1694 100644
--- a/client/tests/client/dom/SVG3Test.dart
+++ b/client/tests/client/dom/SVG3Test.dart
@@ -1,5 +1,5 @@
#library('SVG3Test');
-#import('../../../testing/unittest/unittest.dart');
+#import('../../../testing/unittest/unittest_dom.dart');
#import('dart:dom');
// Test that SVG elements have the operations advertised through all the IDL

Powered by Google App Engine