| Index: LayoutTests/fast/backgrounds/size/backgroundSize11.html
|
| diff --git a/LayoutTests/fast/backgrounds/size/backgroundSize11.html b/LayoutTests/fast/backgrounds/size/backgroundSize11.html
|
| index 8f603ea5903a88a164568ffb62222d25b226ce12..3010c83e17dcd3b1d43f86b721d67f4eed865073 100644
|
| --- a/LayoutTests/fast/backgrounds/size/backgroundSize11.html
|
| +++ b/LayoutTests/fast/backgrounds/size/backgroundSize11.html
|
| @@ -2,7 +2,7 @@
|
| <style>
|
| body {
|
| background-image:url(resources/bikes.bmp);
|
| - -webkit-background-size: 100 auto;
|
| + -webkit-background-size: 100px auto;
|
| background-repeat: no-repeat;
|
| background-position: right;
|
| }
|
| @@ -10,4 +10,4 @@
|
| </head>
|
|
|
| <body>
|
| -</body>
|
| +</body>
|
|
|