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

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

Issue 1944593002: DevTools: [SASS] extract exact property name and value ranges (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2-switch-css
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-6-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-6-expected.txt b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-6-expected.txt
index 300b958074f8c3a3d6e2339928fffe94bdf9d673..27dcc8ba7e2fba97c03dc584a064fe2840924b78 100644
--- a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-6-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-6-expected.txt
@@ -11,15 +11,15 @@ rule 0: ".box#{$i}"
property 0
name: "color"
range: {"startLine":2,"startColumn":8,"endLine":2,"endColumn":13}
- value: " $color"
- range: {"startLine":2,"startColumn":14,"endLine":2,"endColumn":21}
+ value: "$color"
+ range: {"startLine":2,"startColumn":15,"endLine":2,"endColumn":21}
range: {"startLine":2,"startColumn":8,"endLine":2,"endColumn":22}
disabled: false
property 1
name: "margin"
range: {"startLine":3,"startColumn":8,"endLine":3,"endColumn":14}
- value: " 10px"
- range: {"startLine":3,"startColumn":15,"endLine":3,"endColumn":20}
+ value: "10px"
+ range: {"startLine":3,"startColumn":16,"endLine":3,"endColumn":20}
range: {"startLine":3,"startColumn":8,"endLine":3,"endColumn":21}
disabled: false
======

Powered by Google App Engine
This is Rietveld 408576698