Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
fast
/
backgrounds
/
size
/
backgroundSize15.html
blob: 9b9f1494543df563bffb8d00e42eed3d60f408ac [
file
]
<html>
<style>
div
{
background-image
:
url
(
resources/bikes.bmp
);
-webkit-background-size
:
133px
135px
;
}
</style>
<body>
<div
style
=
"
width
:
100px
;
height
:
100px
"
></div>
<br><br><br>
<div
style
=
"
width
:
800px
;
height
:
800px
"
></div>
</body>
</html>