Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-3-expected.txt

Issue 1938313002: DevTools: [SASS] parse SCSS rules and their selectors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 9f6443183812b8ba4283825ecd6b22397d8f8ffb..bf9a25ed2e76f34a3990a70ebafada761d731374 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,8 +18,7 @@ div {
}
=== AST ===
-rule 0: "variables"
-rule 1: "properties"
+rule 0: ""
property 0
name: "width"
range: {"startLine":1,"startColumn":4,"endLine":1,"endColumn":9}
@@ -34,35 +33,36 @@ rule 1: "properties"
range: {"startLine":2,"startColumn":11,"endLine":2,"endColumn":16}
range: {"startLine":2,"startColumn":4,"endLine":2,"endColumn":17}
disabled: false
- property 2
+rule 1: ""
+ property 0
name: "-webkit-border-radius"
range: {"startLine":6,"startColumn":2,"endLine":6,"endColumn":23}
value: " $radius"
range: {"startLine":6,"startColumn":24,"endLine":6,"endColumn":32}
range: {"startLine":6,"startColumn":2,"endLine":6,"endColumn":33}
disabled: false
- property 3
+ property 1
name: "-moz-border-radius"
range: {"startLine":7,"startColumn":5,"endLine":7,"endColumn":23}
value: " $radius"
range: {"startLine":7,"startColumn":24,"endLine":7,"endColumn":32}
range: {"startLine":7,"startColumn":5,"endLine":7,"endColumn":33}
disabled: false
- property 4
+ property 2
name: "-ms-border-radius"
range: {"startLine":8,"startColumn":6,"endLine":8,"endColumn":23}
value: " $radius"
range: {"startLine":8,"startColumn":24,"endLine":8,"endColumn":32}
range: {"startLine":8,"startColumn":6,"endLine":8,"endColumn":33}
disabled: false
- property 5
+ property 3
name: "border-radius"
range: {"startLine":9,"startColumn":10,"endLine":9,"endColumn":23}
value: " $radius"
range: {"startLine":9,"startColumn":24,"endLine":9,"endColumn":32}
range: {"startLine":9,"startColumn":10,"endLine":9,"endColumn":33}
disabled: false
-rule 2: "mixins"
+rule 2: "div"
property 0
name: "border-radius"
range: {"startLine":13,"startColumn":13,"endLine":13,"endColumn":26}

Powered by Google App Engine
This is Rietveld 408576698