| Index: pkg/unittest/html_enhanced_config.dart
|
| diff --git a/pkg/unittest/html_enhanced_config.dart b/pkg/unittest/html_enhanced_config.dart
|
| index f3affda4314d635de48046fd8c2c772ed5c1c277..4f7e234b551e6111ce82d1a5c265e367a9517ec9 100644
|
| --- a/pkg/unittest/html_enhanced_config.dart
|
| +++ b/pkg/unittest/html_enhanced_config.dart
|
| @@ -235,9 +235,9 @@ class HtmlEnhancedConfiguration extends Configuration {
|
| }
|
|
|
|
|
| - static bool get _isIE() => document.window.navigator.userAgent.contains('MSIE');
|
| + static bool get _isIE => document.window.navigator.userAgent.contains('MSIE');
|
|
|
| - String get _htmlTestCSS() =>
|
| + String get _htmlTestCSS =>
|
| '''
|
| body{
|
| font-size: 14px;
|
|
|