Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 6e8efe2

Browse files
srujzscommit-bot@chromium.org
authored andcommitted
Remove html_config from document_register_basic_test
Change-Id: I9df37df1d6f4d0ad90d33e09e6da4b94fb668fa2 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/138387 Commit-Queue: Srujan Gaddam <[email protected]> Reviewed-by: Bob Nystrom <[email protected]>
1 parent a731b98 commit 6e8efe2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/lib_2/html/custom/document_register_basic_test.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ library document_register_basic_test;
77
import 'dart:html';
88

99
import 'package:unittest/unittest.dart';
10-
import 'package:unittest/html_config.dart';
1110

1211
import 'utils.dart';
1312

@@ -42,8 +41,6 @@ abstract class BadC extends HtmlElement {
4241
}
4342

4443
main() {
45-
useHtmlConfiguration();
46-
4744
// Adapted from Blink's fast/dom/custom/document-register-basic test.
4845

4946
setUp(() => customElementsReady);

0 commit comments

Comments
 (0)