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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-5-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-5-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-5-expected.txt b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-5-expected.txt
index 95de7346a4b89628d6732569ed19a00a7a43d3f5..fe47d669b45577a5be93de3615e56db735d0b5af 100644
--- a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-5-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-5-expected.txt
@@ -11,8 +11,7 @@ body {
}
=== AST ===
-rule 0: "variables"
-rule 1: "properties"
+rule 0: "body"
property 0
name: "padding-top"
range: {"startLine":1,"startColumn":7,"endLine":1,"endColumn":18}
@@ -27,21 +26,21 @@ rule 1: "properties"
range: {"startLine":2,"startColumn":11,"endLine":2,"endColumn":18}
range: {"startLine":2,"startColumn":4,"endLine":3,"endColumn":0}
disabled: false
- property 2
+rule 1: "body"
+ property 0
name: "color"
range: {"startLine":6,"startColumn":4,"endLine":6,"endColumn":9}
value: " red"
range: {"startLine":6,"startColumn":10,"endLine":6,"endColumn":14}
range: {"startLine":6,"startColumn":4,"endLine":6,"endColumn":15}
disabled: false
- property 3
+ property 1
name: "margin"
range: {"startLine":7,"startColumn":7,"endLine":7,"endColumn":13}
value: " 0 auto"
range: {"startLine":7,"startColumn":14,"endLine":7,"endColumn":21}
range: {"startLine":7,"startColumn":4,"endLine":7,"endColumn":24}
disabled: true
-rule 2: "mixins"
======
Ranges OK.

Powered by Google App Engine
This is Rietveld 408576698