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

11 lines
159 B
HTML

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