haikuwebkit/LayoutTests/fast/backgrounds/size/backgroundSize10.html

13 lines
234 B
HTML

<head>
<style>
body {
background-image:url(resources/bikes.bmp);
-webkit-background-size: 100 auto;
background-repeat: no-repeat;
background-position: center;
}
</style>
</head>
<body>
</body>