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

12 lines
197 B
HTML

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