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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-7-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-7-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-7-expected.txt b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-7-expected.txt
index fdcd23586d4516bd557a24e5faf413841470be9b..94712bf1ae6ed852eacf086d0564f5ba057ded73 100644
--- a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-7-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-7-expected.txt
@@ -9,8 +9,11 @@ input::-moz-focus-inner {
padding: 0;
}
=== AST ===
-rule 0: "button::-moz-focus-inner,
-input::-moz-focus-inner"
+rule 0
+ selector 0: "button::-moz-focus-inner"
+ range: {"startLine":3,"startColumn":0,"endLine":3,"endColumn":24}
+ selector 1: "input::-moz-focus-inner"
+ range: {"startLine":4,"startColumn":0,"endLine":4,"endColumn":23}
property 0
name: "border"
range: {"startLine":5,"startColumn":2,"endLine":5,"endColumn":8}

Powered by Google App Engine
This is Rietveld 408576698