| Index: tests/compiler/dart2js/sourcemaps/sourcemap_html_templates.dart
|
| diff --git a/tests/compiler/dart2js/sourcemaps/sourcemap_html_templates.dart b/tests/compiler/dart2js/sourcemaps/sourcemap_html_templates.dart
|
| index 29adff1a7f85a52e1d08165ed75c3e2e3589c20d..6d0bcb2f674e36f37fcb4a1235326dd068aa9d9e 100644
|
| --- a/tests/compiler/dart2js/sourcemaps/sourcemap_html_templates.dart
|
| +++ b/tests/compiler/dart2js/sourcemaps/sourcemap_html_templates.dart
|
| @@ -165,6 +165,9 @@ a, a:hover {
|
| h3 {
|
| cursor: pointer;
|
| }
|
| +.line {
|
| + margin: 0px;
|
| +}
|
| .lineNumber {
|
| font-size: smaller;
|
| color: #888;
|
|
|