blob: 27c9f1788cafad4ccb30bb3dc233a667aa864cdc [file] [log] [blame]
<html>
<head>
<style>
div {
background: red;
height: 100px;
width: 100px;
}
</style>
</head>
<body style='margin: 0px' onload="runAfterLayoutAndPaint(repaintTest, true);">
<div>
<img src='../../as-image/resources/green-fixed-size-rect.svg'>
</div>
<script>var zoomCount = 4;</script>
<script src="../../../resources/run-after-layout-and-paint.js"></script>
<script src="../resources/testPageZoom.js"></script>
</body>
</html>