| Index: client/tests/client/dom/SVG3Test.dart
|
| diff --git a/client/tests/client/dom/SVG3Test.dart b/client/tests/client/dom/SVG3Test.dart
|
| index ed267841c841e579b08ac2c3ed5204bca36a782c..a22066efe68f77e53b1f276ec2b818886d8a7037 100644
|
| --- a/client/tests/client/dom/SVG3Test.dart
|
| +++ b/client/tests/client/dom/SVG3Test.dart
|
| @@ -1,5 +1,6 @@
|
| #library('SVG3Test');
|
| -#import('../../../../lib/unittest/unittest_dom.dart');
|
| +#import('../../../../lib/unittest/unittest.dart');
|
| +#import('../../../../lib/unittest/dom_config.dart');
|
| #import('dart:dom');
|
|
|
| // Test that SVG elements have the operations advertised through all the IDL
|
| @@ -19,7 +20,7 @@ main() {
|
| return element;
|
| }
|
|
|
| - forLayoutTests();
|
| + useDomConfiguration(isLayoutTest: true);
|
|
|
| /**
|
| * Verifies that [e] supports the operations on the SVGTests interface.
|
|
|