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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sass/test-ast-editing-1-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-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 4d14a1b2b5c2b621cab4d83a6f0195aeac6cf90e..b5e64182b923142509fe98d25867e3fbcdf11d0d 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
@@ -21,7 +21,8 @@ div {
/* This is a regular comment */
color:NEW-VALUE;
/* position:NEW-VALUE; */
- display:NEW-VALUE}
+ display:NEW-VALUE
+}
Running: testDisableProperties

Powered by Google App Engine
This is Rietveld 408576698