| 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
|
|
|
|
|