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

Unified Diff: tests/dom/domparser_test.dart

Issue 10222026: Migrate dom tests to dart:html. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase & address comments. Created 8 years, 8 months 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/dom/domparser_test.dart
diff --git a/tests/dom/domparser_test.dart b/tests/dom/domparser_test.dart
index c2a388294c74f80dd8ca17b37f18d930654c305c..25be0426c1f05985f5da3e53a8f21ed115e6d25f 100644
--- a/tests/dom/domparser_test.dart
+++ b/tests/dom/domparser_test.dart
@@ -1,11 +1,11 @@
#library('DOMParserTest');
#import('../../lib/unittest/unittest.dart');
-#import('../../lib/unittest/dom_config.dart');
-#import('dart:dom');
+#import('../../lib/unittest/html_config.dart');
+#import('dart:html');
main() {
- useDomConfiguration();
+ useHtmlConfiguration();
test('constructorTest', () {
var ctx = new DOMParser();

Powered by Google App Engine
This is Rietveld 408576698