| Index: LayoutTests/fast/backgrounds/size/backgroundSize09.html
|
| diff --git a/LayoutTests/fast/backgrounds/size/backgroundSize09.html b/LayoutTests/fast/backgrounds/size/backgroundSize09.html
|
| index 7e69a27fa62e322d1812fcf20cdf075a594578c3..df97383419ddf4ed1ce336780cde6b710da9da91 100644
|
| --- a/LayoutTests/fast/backgrounds/size/backgroundSize09.html
|
| +++ b/LayoutTests/fast/backgrounds/size/backgroundSize09.html
|
| @@ -2,11 +2,11 @@
|
| <style>
|
| body {
|
| background-image:url(resources/bikes.bmp);
|
| - -webkit-background-size: 100 auto;
|
| + -webkit-background-size: 100px auto;
|
| background-repeat: no-repeat;
|
| }
|
| </style>
|
| </head>
|
|
|
| <body>
|
| -</body>
|
| +</body>
|
|
|