| Index: third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-3-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-3-expected.txt b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-3-expected.txt
|
| index 71572bfcd4278c39a76a8470565bc07789068e13..813ff5042f4030b931762131df739455804bb3ca 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-3-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-3-expected.txt
|
| @@ -18,7 +18,7 @@ div {
|
| }
|
|
|
| === AST ===
|
| -rule 0: ""
|
| +rule 0
|
| property 0
|
| name: "width"
|
| range: {"startLine":1,"startColumn":4,"endLine":1,"endColumn":9}
|
| @@ -33,7 +33,7 @@ rule 0: ""
|
| range: {"startLine":2,"startColumn":12,"endLine":2,"endColumn":16}
|
| range: {"startLine":2,"startColumn":4,"endLine":2,"endColumn":17}
|
| disabled: false
|
| -rule 1: ""
|
| +rule 1
|
| property 0
|
| name: "-webkit-border-radius"
|
| range: {"startLine":6,"startColumn":2,"endLine":6,"endColumn":23}
|
| @@ -62,7 +62,9 @@ rule 1: ""
|
| range: {"startLine":9,"startColumn":25,"endLine":9,"endColumn":32}
|
| range: {"startLine":9,"startColumn":10,"endLine":9,"endColumn":33}
|
| disabled: false
|
| -rule 2: "div"
|
| +rule 2
|
| + selector 0: "div"
|
| + range: {"startLine":12,"startColumn":0,"endLine":12,"endColumn":3}
|
| property 0
|
| name: "border-radius"
|
| range: {"startLine":13,"startColumn":13,"endLine":13,"endColumn":26}
|
|
|