| Index: third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-6-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-6-expected.txt b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-6-expected.txt
|
| index 27dcc8ba7e2fba97c03dc584a064fe2840924b78..7a096fbdbd0089f951430e3db1a48a899d1d34e8 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-6-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-6-expected.txt
|
| @@ -7,7 +7,9 @@ Verifies AST of SCSS with @for control statement.
|
| }
|
| }
|
| === AST ===
|
| -rule 0: ".box#{$i}"
|
| +rule 0
|
| + selector 0: ".box#{$i}"
|
| + range: {"startLine":1,"startColumn":4,"endLine":1,"endColumn":13}
|
| property 0
|
| name: "color"
|
| range: {"startLine":2,"startColumn":8,"endLine":2,"endColumn":13}
|
|
|