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

Unified Diff: tests/html/element_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/element_test.dart
diff --git a/tests/html/element_test.dart b/tests/html/element_test.dart
index 21f9be7c87e2a7df16468a0f11cce7a3ecc758ed..a71b6cf7a86ae04e9308e098154b8437e7afbbf9 100644
--- a/tests/html/element_test.dart
+++ b/tests/html/element_test.dart
@@ -6,6 +6,7 @@ library ElementTest;
import '../../pkg/unittest/lib/unittest.dart';
import '../../pkg/unittest/lib/html_config.dart';
import 'dart:html';
+import 'dart:svg';
expectLargeRect(ClientRect rect) {
expect(rect.top, 0);

Powered by Google App Engine
This is Rietveld 408576698