blob: e84f73ada7de8923c9ad11ea52a386fd336b6e6d [file] [log] [blame]
<html>
<head>
<style>
div {
background: red;
background-repeat: repeat;
-webkit-background-size: 50%;
background-image: url(resources/green-fixed-size-rect.svg);
height: 100px;
width: 100px;
}
</style>
</head>
<body style='margin: 0px'>
<div>
&nbsp;
</div>
</body>
</html>