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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sass/test-edit-toggle-property-expected.txt

Issue 2020803002: DevTools: [LiveSASS] property enabling/disabling should not add spaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comment Created 4 years, 5 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-edit-toggle-property-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sass/test-edit-toggle-property-expected.txt b/third_party/WebKit/LayoutTests/inspector/sass/test-edit-toggle-property-expected.txt
index 23d24f6b01dfb5064171e7c5e352562499a3993e..f4e38baf9e3cfaf173569d01be431758557fa662 100644
--- a/third_party/WebKit/LayoutTests/inspector/sass/test-edit-toggle-property-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sass/test-edit-toggle-property-expected.txt
@@ -75,7 +75,7 @@ Edits:
===== test-edit-toggle-property.scss =====
@for.$i.from.1.through.3.{
.....box#{$i}.{
- ........color:.red;.
+ ........color:.red;
........margin:.10px;
....}
}

Powered by Google App Engine
This is Rietveld 408576698