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

Unified Diff: tests/dom/key_name_location_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/key_name_location_test.dart
diff --git a/tests/dom/key_name_location_test.dart b/tests/dom/key_name_location_test.dart
index de061123165c9cb6166c41fff568305bf077c891..0160d10b2df83189c0c2ccf0e27de8be3cbe9bf3 100644
--- a/tests/dom/key_name_location_test.dart
+++ b/tests/dom/key_name_location_test.dart
@@ -1,13 +1,13 @@
#library('KeyNameLocationTest');
#import('../../lib/unittest/unittest.dart');
-#import('../../lib/unittest/dom_config.dart');
-#import('dart:dom');
+#import('../../lib/unittest/html_config.dart');
+#import('dart:html');
// Test for existence of some KeyName and KeyLocation constants.
main() {
- useDomConfiguration();
+ useHtmlConfiguration();
test('keyNames', () {
Expect.equals("DownLeft", KeyName.DOWN_LEFT);

Powered by Google App Engine
This is Rietveld 408576698