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

Unified Diff: tests/html/node_test.dart

Issue 11398002: Splitting SVG types out of dart:html. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Passing dartc. Created 8 years, 1 month 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/node_test.dart
diff --git a/tests/html/node_test.dart b/tests/html/node_test.dart
index 7523722598321afdea82657b93aaab2715af3d0e..3f21c350073047eec6d999e8f087fc9a64a3ada7 100644
--- a/tests/html/node_test.dart
+++ b/tests/html/node_test.dart
@@ -6,6 +6,7 @@ library NodeTest;
import '../../pkg/unittest/lib/unittest.dart';
import '../../pkg/unittest/lib/html_config.dart';
import 'dart:html';
+import 'dart:svg';
Anton Muhin 2012/11/09 13:13:23 do we need this import here?
blois 2012/11/09 18:21:56 It does, it references SVGElement.
Node makeNode() => new Element.tag('div');
Node makeNodeWithChildren() =>

Powered by Google App Engine
This is Rietveld 408576698