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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sass/test-ast-css-3-expected.txt

Issue 1941283002: DevTools: [SASS] start parsing CSS with SCSS parser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@1-scss
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-css-3-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-css-3-expected.txt b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-css-3-expected.txt
index 48528d9dae4ffaaef113660f5fb3238cc486016c..9b159ba5b9b7ea608c87811b04d991dac4343c99 100644
--- a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-css-3-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-css-3-expected.txt
@@ -22,9 +22,8 @@ rule 0: "body"
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}
+ value: " 0 auto"
+ range: {"startLine":2,"startColumn":11,"endLine":2,"endColumn":18}
range: {"startLine":2,"startColumn":4,"endLine":3,"endColumn":0}
disabled: false
rule 1: "body"
@@ -38,8 +37,8 @@ rule 1: "body"
property 1
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
======

Powered by Google App Engine
This is Rietveld 408576698