| Index: pkg/unittest/lib/html_config.dart
|
| diff --git a/pkg/unittest/lib/html_config.dart b/pkg/unittest/lib/html_config.dart
|
| index b27aab9789ab6bdabc30e1b19781cea12ad0eae7..a4a1f9feecbcb1cd6146369de0e09e10420d76a6 100644
|
| --- a/pkg/unittest/lib/html_config.dart
|
| +++ b/pkg/unittest/lib/html_config.dart
|
| @@ -144,5 +144,6 @@ class HtmlConfiguration extends Configuration {
|
| }
|
|
|
| void useHtmlConfiguration([bool isLayoutTest = false]) {
|
| + if (config != null) return;
|
| configure(new HtmlConfiguration(isLayoutTest));
|
| }
|
|
|