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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-3-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-3-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-3-expected.txt b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-3-expected.txt
index 71572bfcd4278c39a76a8470565bc07789068e13..813ff5042f4030b931762131df739455804bb3ca 100644
--- a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-3-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-3-expected.txt
@@ -18,7 +18,7 @@ div {
}
=== AST ===
-rule 0: ""
+rule 0
property 0
name: "width"
range: {"startLine":1,"startColumn":4,"endLine":1,"endColumn":9}
@@ -33,7 +33,7 @@ rule 0: ""
range: {"startLine":2,"startColumn":12,"endLine":2,"endColumn":16}
range: {"startLine":2,"startColumn":4,"endLine":2,"endColumn":17}
disabled: false
-rule 1: ""
+rule 1
property 0
name: "-webkit-border-radius"
range: {"startLine":6,"startColumn":2,"endLine":6,"endColumn":23}
@@ -62,7 +62,9 @@ rule 1: ""
range: {"startLine":9,"startColumn":25,"endLine":9,"endColumn":32}
range: {"startLine":9,"startColumn":10,"endLine":9,"endColumn":33}
disabled: false
-rule 2: "div"
+rule 2
+ selector 0: "div"
+ range: {"startLine":12,"startColumn":0,"endLine":12,"endColumn":3}
property 0
name: "border-radius"
range: {"startLine":13,"startColumn":13,"endLine":13,"endColumn":26}

Powered by Google App Engine
This is Rietveld 408576698