Sign in
webkit
/
WebKit
/
4a12667b4cecb17e84375f8db50c9b2d39b06fe4
/
.
/
LayoutTests
/
fast
/
backgrounds
/
size
/
backgroundSize13.html
blob: 1702b3340a1dd4c7b2acad5e6e47c19778a3808b [
file
] [
log
] [
blame
]
<head>
<style>
body
{
background
:
url
(
resources/bikes.bmp
);
-webkit-background-size
:
50%
auto
;
background-position
:
100%
99%
;
background-attachment
:
fixed
;
background-repeat
:
no-repeat
;
}
</style>
</head>
<body>
</body>