Sign in
webkit
/
WebKit
/
5ee61c06e54d41c4ffb65d69f6b4605c35afb105
/
.
/
LayoutTests
/
fast
/
backgrounds
/
size
/
backgroundSize14.html
blob: e2a5f5544c72dd959093c342b0e03a1f5b6caf28 [
file
] [
log
] [
blame
]
<html>
<head>
<style>
body
{
background-image
:
url
(
'resources/bikes.bmp'
);
background-position
:
33%
33%
;
-webkit-background-size
:
50%
auto
;
background-repeat
:
no-repeat
;
}
</style>
</head>
<body>
</body>
</html>