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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-7-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-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 9b189f6e01686e6531a2d49077a7df441230db16..fdcd23586d4516bd557a24e5faf413841470be9b 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
@@ -14,15 +14,15 @@ input::-moz-focus-inner"
property 0
name: "border"
range: {"startLine":5,"startColumn":2,"endLine":5,"endColumn":8}
- value: " 0"
- range: {"startLine":5,"startColumn":9,"endLine":5,"endColumn":11}
+ value: "0"
+ range: {"startLine":5,"startColumn":10,"endLine":5,"endColumn":11}
range: {"startLine":5,"startColumn":2,"endLine":5,"endColumn":12}
disabled: false
property 1
name: "padding"
range: {"startLine":6,"startColumn":2,"endLine":6,"endColumn":9}
- value: " 0"
- range: {"startLine":6,"startColumn":10,"endLine":6,"endColumn":12}
+ value: "0"
+ range: {"startLine":6,"startColumn":11,"endLine":6,"endColumn":12}
range: {"startLine":6,"startColumn":2,"endLine":6,"endColumn":13}
disabled: false
======

Powered by Google App Engine
This is Rietveld 408576698