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

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

Issue 1917863008: DevTools: [SASS] introduce Gonzales-PE for SCSS parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaseline 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-5-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-5-expected.txt b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-5-expected.txt
index 6d025ca2c56e56421518a63b807115e057af6f56..95de7346a4b89628d6732569ed19a00a7a43d3f5 100644
--- a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-5-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-5-expected.txt
@@ -23,10 +23,9 @@ rule 1: "properties"
property 1
name: "margin"
range: {"startLine":2,"startColumn":4,"endLine":2,"endColumn":10}
- value: " 0 auto
-"
- range: {"startLine":2,"startColumn":11,"endLine":3,"endColumn":0}
- range: {"startLine":2,"startColumn":4,"endLine":3,"endColumn":1}
+ value: " 0 auto"
+ range: {"startLine":2,"startColumn":11,"endLine":2,"endColumn":18}
+ range: {"startLine":2,"startColumn":4,"endLine":3,"endColumn":0}
disabled: false
property 2
name: "color"
@@ -38,8 +37,8 @@ rule 1: "properties"
property 3
name: "margin"
range: {"startLine":7,"startColumn":7,"endLine":7,"endColumn":13}
- value: " 0 auto "
- range: {"startLine":7,"startColumn":14,"endLine":7,"endColumn":22}
+ value: " 0 auto"
+ range: {"startLine":7,"startColumn":14,"endLine":7,"endColumn":21}
range: {"startLine":7,"startColumn":4,"endLine":7,"endColumn":24}
disabled: true
rule 2: "mixins"

Powered by Google App Engine
This is Rietveld 408576698