| Index: tests/html/element_test.dart
|
| ===================================================================
|
| --- tests/html/element_test.dart (revision 14500)
|
| +++ tests/html/element_test.dart (working copy)
|
| @@ -4,7 +4,7 @@
|
|
|
| library ElementTest;
|
| import '../../pkg/unittest/lib/unittest.dart';
|
| -import '../../pkg/unittest/lib/html_config.dart';
|
| +import '../../pkg/unittest/lib/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');
|
|
|