Index: tools/testing/dart/test_suite.dart |
diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart |
index 80fc822033df6f5b8a65c6ecb0093790011524d8..48a679f64ab6d4bb3a54f4dd95982830efc2e53d 100644 |
--- a/tools/testing/dart/test_suite.dart |
+++ b/tools/testing/dart/test_suite.dart |
@@ -449,8 +449,7 @@ class StandardTestSuite implements TestSuite { |
String dartWrapperFilename = '${tempDir.path}/test.dart'; |
String compiledDartWrapperFilename = '${tempDir.path}/test.js'; |
- String domLibraryImport = (component == 'chromium') ? |
- '$dartDir/client/testing/unittest/dom_for_unittest.dart' : 'dart:dom'; |
+ String domLibraryImport = 'dart:dom'; |
String htmlPath = '${tempDir.path}/test.html'; |
if (!isWebTest) { |