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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-6-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-6-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-6-expected.txt b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-6-expected.txt
index 27dcc8ba7e2fba97c03dc584a064fe2840924b78..7a096fbdbd0089f951430e3db1a48a899d1d34e8 100644
--- a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-6-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-6-expected.txt
@@ -7,7 +7,9 @@ Verifies AST of SCSS with @for control statement.
}
}
=== AST ===
-rule 0: ".box#{$i}"
+rule 0
+ selector 0: ".box#{$i}"
+ range: {"startLine":1,"startColumn":4,"endLine":1,"endColumn":13}
property 0
name: "color"
range: {"startLine":2,"startColumn":8,"endLine":2,"endColumn":13}

Powered by Google App Engine
This is Rietveld 408576698