| 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);
|
|
|