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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-4-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-4-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-4-expected.txt b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-4-expected.txt
index 844d3a2c57e8c53bf6afebce00491564ae09e615..dfc2e1f4036218459a452c5852339670b6fb206f 100644
--- a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-4-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-4-expected.txt
@@ -14,29 +14,29 @@ rule 0: "body"
property 0
name: "width"
range: {"startLine":2,"startColumn":8,"endLine":2,"endColumn":13}
- value: " 720px"
- range: {"startLine":2,"startColumn":14,"endLine":2,"endColumn":20}
+ value: "720px"
+ range: {"startLine":2,"startColumn":15,"endLine":2,"endColumn":20}
range: {"startLine":2,"startColumn":8,"endLine":2,"endColumn":21}
disabled: false
property 1
name: "padding-top"
range: {"startLine":3,"startColumn":11,"endLine":3,"endColumn":22}
- value: " 5em"
- range: {"startLine":3,"startColumn":23,"endLine":3,"endColumn":27}
+ value: "5em"
+ range: {"startLine":3,"startColumn":24,"endLine":3,"endColumn":27}
range: {"startLine":3,"startColumn":8,"endLine":3,"endColumn":31}
disabled: true
property 2
name: "height"
range: {"startLine":4,"startColumn":8,"endLine":4,"endColumn":14}
- value: " 100%"
- range: {"startLine":4,"startColumn":15,"endLine":4,"endColumn":20}
+ value: "100%"
+ range: {"startLine":4,"startColumn":16,"endLine":4,"endColumn":20}
range: {"startLine":4,"startColumn":8,"endLine":4,"endColumn":21}
disabled: false
property 3
name: "margin"
range: {"startLine":5,"startColumn":8,"endLine":5,"endColumn":14}
- value: " 0 auto"
- range: {"startLine":5,"startColumn":15,"endLine":5,"endColumn":22}
+ value: "0 auto"
+ range: {"startLine":5,"startColumn":16,"endLine":5,"endColumn":22}
range: {"startLine":5,"startColumn":8,"endLine":5,"endColumn":23}
disabled: false
======

Powered by Google App Engine
This is Rietveld 408576698