| Index: third_party/WebKit/LayoutTests/fast/hidpi/image-set-list-style-image.html | 
| diff --git a/third_party/WebKit/LayoutTests/fast/hidpi/image-set-list-style-image.html b/third_party/WebKit/LayoutTests/fast/hidpi/image-set-list-style-image.html | 
| index b23af9b5273771e022d5c5759d0109edc1aaabdc..c261041904c2e98b9182c8634dc6c40a7121da2d 100644 | 
| --- a/third_party/WebKit/LayoutTests/fast/hidpi/image-set-list-style-image.html | 
| +++ b/third_party/WebKit/LayoutTests/fast/hidpi/image-set-list-style-image.html | 
| @@ -1,9 +1,11 @@ | 
| +<!DOCTYPE html> | 
| <script src="resources/srcset-helper.js"></script> | 
| <style> | 
| -ul { | 
| -    list-style-image: -webkit-image-set(url('resources/deleteButton.png') 1x, url('resources/deleteButton-2x.png') 2x); | 
| -    list-style-position: inside; | 
| -    padding: 0; | 
| -} | 
| +    ul { | 
| +        list-style-image: -webkit-image-set(url('resources/deleteButton.png') 1x, url('resources/deleteButton-2x.png') 2x); | 
| +        list-style-position: inside; | 
| +        padding: 0; | 
| +        margin: 0; | 
| +    } | 
| </style> | 
| <ul><li></ul> | 
|  |