| Index: tests/html/svgelement_test.dart
|
| ===================================================================
|
| --- tests/html/svgelement_test.dart (revision 14500)
|
| +++ tests/html/svgelement_test.dart (working copy)
|
| @@ -4,11 +4,11 @@
|
|
|
| library SVGElementTest;
|
| import '../../pkg/unittest/lib/unittest.dart';
|
| -import '../../pkg/unittest/lib/html_config.dart';
|
| +import '../../pkg/unittest/lib/html_individual_config.dart';
|
| import 'dart:html';
|
|
|
| main() {
|
| - useHtmlConfiguration();
|
| + useHtmlIndividualConfiguration();
|
|
|
| var isSVGSVGElement =
|
| predicate((x) => x is SVGSVGElement, 'is a SVGSVGElement');
|
|
|