| Index: LayoutTests/fast/hidpi/image-set-background-repeat.html
|
| diff --git a/LayoutTests/fast/hidpi/image-set-background-repeat.html b/LayoutTests/fast/hidpi/image-set-background-repeat.html
|
| index cc3e11dd07460dbc905a16ae28d6cdaeaa1f2eaf..8c608a8a765c087d57f5a9ec4fc673500f390f27 100644
|
| --- a/LayoutTests/fast/hidpi/image-set-background-repeat.html
|
| +++ b/LayoutTests/fast/hidpi/image-set-background-repeat.html
|
| @@ -7,7 +7,7 @@
|
| height:90px;
|
| background-image: -webkit-image-set(url('resources/deleteButton.png') 1x, url('resources/deleteButton-2x.png') 2x);
|
| background-repeat: repeat;
|
| - background-size: 30 30;
|
| + background-size: 30px 30px;
|
| }
|
| </style>
|
| </head>
|
|
|