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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sass/test-ast-css-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-css-1-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-css-1-expected.txt b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-css-1-expected.txt
index a49ca9711e63561616a1177ad8726179136b0b73..9608d35c54c85fd09cee97022dd18c1afef6fc40 100644
--- a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-css-1-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-css-1-expected.txt
@@ -19,7 +19,9 @@ div .className #test::before {
/* border: 1px solid black; */
}
=== 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: "div .className"
+rule 1
+ selector 0: "div .className"
+ range: {"startLine":7,"startColumn":0,"endLine":7,"endColumn":14}
property 0
name: "padding"
range: {"startLine":8,"startColumn":4,"endLine":8,"endColumn":11}
@@ -70,7 +74,9 @@ rule 1: "div .className"
range: {"startLine":10,"startColumn":22,"endLine":10,"endColumn":50}
range: {"startLine":10,"startColumn":4,"endLine":10,"endColumn":51}
disabled: false
-rule 2: "div .className #test::before"
+rule 2
+ selector 0: "div .className #test::before"
+ range: {"startLine":13,"startColumn":0,"endLine":13,"endColumn":28}
property 0
name: "margin"
range: {"startLine":14,"startColumn":4,"endLine":14,"endColumn":10}

Powered by Google App Engine
This is Rietveld 408576698