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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-2-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-2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-2-expected.txt b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-2-expected.txt
index 230b867ab92814d594a5a881e095a23195150d82..4eaa5ca14d5e1546f90a6b56ac195552a17e39b0 100644
--- a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-2-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-2-expected.txt
@@ -13,7 +13,7 @@ $class-slug: box;
}
=== AST ===
-rule 0: "variables"
+rule 0: ""
property 0
name: "$my-color"
range: {"startLine":0,"startColumn":0,"endLine":0,"endColumn":9}
@@ -35,7 +35,7 @@ rule 0: "variables"
range: {"startLine":2,"startColumn":12,"endLine":2,"endColumn":16}
range: {"startLine":2,"startColumn":0,"endLine":2,"endColumn":17}
disabled: false
-rule 1: "properties"
+rule 1: ".#{$class-slug}#{$i}"
property 0
name: "background-color"
range: {"startLine":6,"startColumn":8,"endLine":6,"endColumn":24}
@@ -57,7 +57,6 @@ rule 1: "properties"
range: {"startLine":8,"startColumn":17,"endLine":8,"endColumn":27}
range: {"startLine":8,"startColumn":8,"endLine":8,"endColumn":31}
disabled: true
-rule 2: "mixins"
======
Ranges OK.

Powered by Google App Engine
This is Rietveld 408576698