Sign in
webkit
/
WebKit
/
d507f536e123365c4233f3083e0192532185e8fc
/
.
/
LayoutTests
/
fast
/
backgrounds
/
size
/
backgroundSize10.html
blob: e9ce55450a0c9445a450d3d5733ae7a1be021a94 [
file
] [
log
] [
blame
]
<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>