<!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 onload="runRepaintTest()"> | |
<div></div> | |
<script>var zoomCount = 4;</script> | |
<script src="../../../fast/repaint/resources/repaint.js"></script> | |
<script src="../resources/testPageZoom.js"></script> | |
</body> | |
</html> |