| Index: client/tests/client/dom/HTMLCollectionTest.dart | 
| diff --git a/client/tests/client/dom/HTMLCollectionTest.dart b/client/tests/client/dom/HTMLCollectionTest.dart | 
| index 9e02dedcacbb72d3c0e167ee38344fc82b9496c6..7d801a8d0cbb1a1defdb7eda1315d5489073de6d 100644 | 
| --- a/client/tests/client/dom/HTMLCollectionTest.dart | 
| +++ b/client/tests/client/dom/HTMLCollectionTest.dart | 
| @@ -1,5 +1,6 @@ | 
| #library('HTMLCollectionTest'); | 
| -#import('../../../../lib/unittest/unittest_dom.dart'); | 
| +#import('../../../../lib/unittest/unittest.dart'); | 
| +#import('../../../../lib/unittest/dom_config.dart'); | 
| #import('dart:dom'); | 
|  | 
| // Test that HTMLCollection implements List<T> | 
| @@ -31,7 +32,7 @@ main() { | 
| return element; | 
| } | 
|  | 
| -  forLayoutTests(); | 
| +  useDomConfiguration(); | 
| test('IsList', () { | 
| HTMLElement root = insertTestDiv(); | 
|  | 
|  |