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..7570b770d3abf8e6ceef117e8a9d8c5106c040bb 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(isLayoutTest: true); |
test('PerformanceApi', () { |
// Check that code below will not throw exceptions. |
var requestStart = window.performance.timing.requestStart; |