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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-5-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-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 808510759c1624697424bd62bc3aead472caf7ab..4ca1098ce20e1663569c7aa4a1dee3d1d12b3a96 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,7 +11,9 @@ body {
}
=== AST ===
-rule 0: "body"
+rule 0
+ selector 0: "body"
+ range: {"startLine":0,"startColumn":0,"endLine":0,"endColumn":4}
property 0
name: "padding-top"
range: {"startLine":1,"startColumn":7,"endLine":1,"endColumn":18}
@@ -26,7 +28,9 @@ rule 0: "body"
range: {"startLine":2,"startColumn":12,"endLine":2,"endColumn":18}
range: {"startLine":2,"startColumn":4,"endLine":3,"endColumn":0}
disabled: false
-rule 1: "body"
+rule 1
+ selector 0: "body"
+ range: {"startLine":5,"startColumn":0,"endLine":5,"endColumn":4}
property 0
name: "color"
range: {"startLine":6,"startColumn":4,"endLine":6,"endColumn":9}

Powered by Google App Engine
This is Rietveld 408576698