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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-1-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-1-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-1-expected.txt b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-1-expected.txt
index f6f081dcfa14e856d4f7ced38a0719d6f2cd67f7..2e4bb2fd721149b25df8135809856ca6bf3d3b8f 100644
--- a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-1-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-1-expected.txt
@@ -19,7 +19,9 @@ div {
}
}
=== AST ===
-rule 0: "div"
+rule 0
+ selector 0: "div"
+ range: {"startLine":0,"startColumn":0,"endLine":0,"endColumn":3}
property 0
name: "display"
range: {"startLine":1,"startColumn":7,"endLine":1,"endColumn":14}
@@ -48,7 +50,9 @@ rule 0: "div"
range: {"startLine":4,"startColumn":17,"endLine":4,"endColumn":25}
range: {"startLine":4,"startColumn":4,"endLine":4,"endColumn":29}
disabled: true
-rule 1: ".className"
+rule 1
+ selector 0: ".className"
+ range: {"startLine":6,"startColumn":4,"endLine":6,"endColumn":14}
property 0
name: "padding"
range: {"startLine":7,"startColumn":8,"endLine":7,"endColumn":15}
@@ -70,7 +74,9 @@ rule 1: ".className"
range: {"startLine":9,"startColumn":26,"endLine":9,"endColumn":54}
range: {"startLine":9,"startColumn":8,"endLine":9,"endColumn":55}
disabled: false
-rule 2: "#test::before"
+rule 2
+ selector 0: "#test::before"
+ range: {"startLine":11,"startColumn":8,"endLine":11,"endColumn":21}
property 0
name: "margin"
range: {"startLine":12,"startColumn":12,"endLine":12,"endColumn":18}

Powered by Google App Engine
This is Rietveld 408576698