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

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

Issue 1935403002: DevTools: [SASS] CSSRule supports selector text nodes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@3-precise-mapping
Patch Set: 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 bb3c9a8015b77395a3be9511ee2c3913a8150a48..2a28868c4b333a34dfb3f84fe658019179024654 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: ""
+rule 0
property 0
name: "$my-color"
range: {"startLine":0,"startColumn":0,"endLine":0,"endColumn":9}
@@ -35,7 +35,9 @@ rule 0: ""
range: {"startLine":2,"startColumn":13,"endLine":2,"endColumn":16}
range: {"startLine":2,"startColumn":0,"endLine":2,"endColumn":17}
disabled: false
-rule 1: ".#{$class-slug}#{$i}"
+rule 1
+ selector 0: ".#{$class-slug}#{$i}"
+ range: {"startLine":5,"startColumn":4,"endLine":5,"endColumn":24}
property 0
name: "background-color"
range: {"startLine":6,"startColumn":8,"endLine":6,"endColumn":24}

Powered by Google App Engine
This is Rietveld 408576698