Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
fast
/
backgrounds
/
size
/
backgroundSize07.html
blob: 3b711344dd4050fff111bdd9f427bb959ab5e373 [
file
]
<head>
<style>
body
{
background-image
:
url
(
resources/bikes.bmp
);
-webkit-background-size
:
33%
;
background-repeat
:
repeat-x
;
}
</style>
</head>
<body>
</body>