Index: client/tests/client/dom/PerformanceApiTest.dart |
diff --git a/client/tests/client/dom/PerformanceApiTest.dart b/client/tests/client/dom/PerformanceApiTest.dart |
index a8c4e2dbb45be8a45683859eb1f01886141c0e2f..e5d1e689e262dc640700aa575053f2d2f82bc757 100644 |
--- a/client/tests/client/dom/PerformanceApiTest.dart |
+++ b/client/tests/client/dom/PerformanceApiTest.dart |
@@ -1,9 +1,10 @@ |
#library('PerformanceApiTest'); |
-#import('../../../../lib/unittest/unittest_dom.dart'); |
+#import('../../../../lib/unittest/unittest.dart'); |
+#import('../../../../lib/unittest/dom_config.dart'); |
#import('dart:dom'); |
main() { |
- forLayoutTests(); |
+ useDomConfiguration(); |
test('PerformanceApi', () { |
// Check that code below will not throw exceptions. |
var requestStart = window.performance.timing.requestStart; |