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

Side by Side 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, 7 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 unified diff | Download patch
OLDNEW
1 Verifies WebInspector.cssWorkspaceBinding.propertyUILocation functionality 1 Verifies WebInspector.cssWorkspaceBinding.propertyUILocation functionality
2 2
3 font-family: arial; -> source-url.css:2:4 3 font-family -> source-url.css:2:4
4 margin: 10px; -> source-url.css:0:13 4 arial -> source-url.css:2:17
5 color: blue; -> property-ui-location.html:8:4 5 font-size -> source-url.css:3:7
6 background-image: url(); -> empty-background-url.css:1:4 6 20px -> source-url.css:3:18
7 margin -> source-url.css:0:13
8 10px -> source-url.css:0:21
9 color -> property-ui-location.html:8:4
10 blue -> property-ui-location.html:8:11
11 background-image -> empty-background-url.css:1:4
12 url() -> empty-background-url.css:1:22
7 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698