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