<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> |