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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sass/test-ast-editing-1-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-editing-1-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-editing-1-expected.txt b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-editing-1-expected.txt
index b5e64182b923142509fe98d25867e3fbcdf11d0d..e08658b56d2298b2f75b51ea2aae60672deca572 100644
--- a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-editing-1-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-editing-1-expected.txt
@@ -19,9 +19,9 @@ div {
Running: testSetPropertyValue
div {
/* This is a regular comment */
- color:NEW-VALUE;
- /* position:NEW-VALUE; */
- display:NEW-VALUE
+ color: NEW-VALUE;
+ /* position: NEW-VALUE; */
+ display: NEW-VALUE
}
@@ -125,7 +125,7 @@ div {
Running: testComplexChange
div {
/* This is a regular comment */
- color:CHANGED;
+ color: CHANGED;
/* position: absolute; */
CHANGED: block
;

Powered by Google App Engine
This is Rietveld 408576698