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

Unified Diff: tests/html/svgelement2_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/svgelement2_test.dart
diff --git a/tests/html/svgelement2_test.dart b/tests/html/svgelement2_test.dart
index caa85cbfb003f548951f52df5167dea9a45df79c..b9f3b65ac6e876dc6423802fd70ab9b7badaf0a4 100644
--- a/tests/html/svgelement2_test.dart
+++ b/tests/html/svgelement2_test.dart
@@ -6,6 +6,7 @@ library SVGElement2Test;
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 an import here? same to dart:html
blois 2012/11/09 18:21:56 Neither are needed, good catch.
import 'svgelement_test.dart' as originalTest;
class A {

Powered by Google App Engine
This is Rietveld 408576698