| Index: client/tests/client/dom/SVG2Test.dart
|
| diff --git a/client/tests/client/dom/SVG2Test.dart b/client/tests/client/dom/SVG2Test.dart
|
| index c00f6b4643109f043e674f0257fd49391eb007fc..b9284812418d1e921a35cf743f906c400c380e2e 100644
|
| --- a/client/tests/client/dom/SVG2Test.dart
|
| +++ b/client/tests/client/dom/SVG2Test.dart
|
| @@ -1,5 +1,6 @@
|
| #library('SVG2Test');
|
| -#import('../../../../lib/unittest/unittest_dom.dart');
|
| +#import('../../../../lib/unittest/unittest.dart');
|
| +#import('../../../../lib/unittest/dom_config.dart');
|
| #import('dart:dom');
|
|
|
| // Test that SVG elements explicitly implement the IDL interfaces (is-checks
|
| @@ -18,7 +19,7 @@ main() {
|
| return element;
|
| }
|
|
|
| - forLayoutTests();
|
| + useDomConfiguration();
|
|
|
| test('rect_isChecks', () {
|
| var div = insertTestDiv();
|
|
|