blob: 2b76618b64c6b698e1730a1b8fdd78bb1b133755 [file] [log] [blame]
<html>
<head>
<style>
div {
background: red;
height: 100px;
width: 100px;
}
</style>
</head>
<body style='margin: 0px' onload="runRepaintTest()">
<div>
<img style='width:100%; height:100%' src='../../as-image/resources/green-relative-size-rect.svg'>
</div>
<script>var zoomCount = 1; window.shouldZoomOut = true;</script>
<script src="../../../fast/repaint/resources/repaint.js"></script>
<script src="../resources/testPageZoom.js"></script>
</body>
</html>