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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-2/property-ui-location-expected.txt

Issue 1943763002: DevTools: [SASS] fix CSSWorkspaceBinding.propertyUILocation to account for comments (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@super-sass
Patch Set: fix tests 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/elements/styles-2/property-ui-location-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-2/property-ui-location-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-2/property-ui-location-expected.txt
index 1739b0857cf9214c96c1245495dfdbb66afef33e..6e8b979f4b87a381b0ed23883ed29bbec536c461 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-2/property-ui-location-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-2/property-ui-location-expected.txt
@@ -1,7 +1,13 @@
Verifies WebInspector.cssWorkspaceBinding.propertyUILocation functionality
-font-family: arial; -> source-url.css:2:4
-margin: 10px; -> source-url.css:0:13
-color: blue; -> property-ui-location.html:8:4
-background-image: url(); -> empty-background-url.css:1:4
+font-family -> source-url.css:2:4
+arial -> source-url.css:2:17
+font-size -> source-url.css:3:7
+20px -> source-url.css:3:18
+margin -> source-url.css:0:13
+10px -> source-url.css:0:21
+color -> property-ui-location.html:8:4
+blue -> property-ui-location.html:8:11
+background-image -> empty-background-url.css:1:4
+url() -> empty-background-url.css:1:22

Powered by Google App Engine
This is Rietveld 408576698