| Index: client/tests/client/dom/InnerFrameTest.dart
|
| diff --git a/client/tests/client/dom/InnerFrameTest.dart b/client/tests/client/dom/InnerFrameTest.dart
|
| index ed9d493b32688ad0e8cd63c72e983cd09e827bcc..f55a037ec87ccff536b0635801b43a07d24237b0 100644
|
| --- a/client/tests/client/dom/InnerFrameTest.dart
|
| +++ b/client/tests/client/dom/InnerFrameTest.dart
|
| @@ -1,5 +1,6 @@
|
| #library('InnerFrameTest');
|
| -#import('../../../../lib/unittest/unittest_dom.dart');
|
| +#import('../../../../lib/unittest/unittest.dart');
|
| +#import('../../../../lib/unittest/dom_config.dart');
|
| #import('dart:dom');
|
|
|
| main() {
|
| @@ -36,7 +37,7 @@ main() {
|
| }
|
|
|
| // Parent / test frame
|
| - forLayoutTests();
|
| + useDomConfiguration();
|
|
|
| final iframe = document.createElement('iframe');
|
| iframe.src = window.location.href;
|
|
|