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

11 lines
159 B
HTML

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