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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-4-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-4-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-4-expected.txt b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-4-expected.txt
index dfc2e1f4036218459a452c5852339670b6fb206f..cfd962ec36d142d4eb03f0e609e3cf36da1829ca 100644
--- a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-4-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-4-expected.txt
@@ -10,7 +10,9 @@ Verifies AST of SCSS with media query.
}
=== AST ===
-rule 0: "body"
+rule 0
+ selector 0: "body"
+ range: {"startLine":1,"startColumn":4,"endLine":1,"endColumn":8}
property 0
name: "width"
range: {"startLine":2,"startColumn":8,"endLine":2,"endColumn":13}

Powered by Google App Engine
This is Rietveld 408576698