blob: f376530560433f70aa8e2c03b7675336e2cd4f35 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>SVG background-image tiling</title>
<style>
div{
border: 1px solid #ccc;
width: 100%;
height: 100px;
background-image:url('../../as-background-image/resources/construction-tape.svg');
background-size: 100px 100%;
}
</style>
</head>
<body>
<div></div>
<script>var zoomCount = 4;</script>
<script src="../resources/testPageZoom.js"></script>
</body>
</html>