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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-7-expected.txt

Issue 1938313002: DevTools: [SASS] parse SCSS rules and their selectors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments 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 3f8f5eb1dc676e3890e6cbc10478f4f56ddcfe7f..9b189f6e01686e6531a2d49077a7df441230db16 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,8 @@ input::-moz-focus-inner {
padding: 0;
}
=== AST ===
-rule 0: "variables"
-rule 1: "properties"
+rule 0: "button::-moz-focus-inner,
+input::-moz-focus-inner"
property 0
name: "border"
range: {"startLine":5,"startColumn":2,"endLine":5,"endColumn":8}
@@ -25,7 +25,6 @@ rule 1: "properties"
range: {"startLine":6,"startColumn":10,"endLine":6,"endColumn":12}
range: {"startLine":6,"startColumn":2,"endLine":6,"endColumn":13}
disabled: false
-rule 2: "mixins"
======
Ranges OK.

Powered by Google App Engine
This is Rietveld 408576698