| Index: tests/html/element_test.dart
|
| ===================================================================
|
| --- tests/html/element_test.dart (revision 14350)
|
| +++ tests/html/element_test.dart (working copy)
|
| @@ -4,7 +4,7 @@
|
|
|
| #library('ElementTest');
|
| #import('../../pkg/unittest/unittest.dart');
|
| -#import('../../pkg/unittest/html_config.dart');
|
| +#import('../../pkg/unittest/html_individual_config.dart');
|
| #import('dart:html');
|
|
|
| expectLargeRect(ClientRect rect) {
|
| @@ -53,7 +53,7 @@
|
| }
|
|
|
| main() {
|
| - useHtmlConfiguration();
|
| + useHtmlIndividualConfiguration();
|
|
|
| var isHRElement = predicate((x) => x is HRElement, 'is a HRElement');
|
| var isBRElement = predicate((x) => x is BRElement, 'is a BRElement');
|
|
|