blob: dc4136133beed0cd4dcf263cabd96e0fe27d4ede [file] [log] [blame]
<html>
<head>
<style>
div {
background: green;
background-repeat: no-repeat;
background-image: url(../../as-background-image/resources/svg-as-background-with-relative-size.svg);
height: 500px;
width: 500px;
}
</style>
</head>
<!-- The background shouldn't be red in a debug build -->
<body style='margin: 0px' onload="runAfterLayoutAndPaint(repaintTest, true);">
<div>&nbsp;</div>
<script>var zoomCount = 3; window.shouldZoomOut = true;</script>
<script src="../../../resources/run-after-layout-and-paint.js"></script>
<script src="../resources/testPageZoom.js"></script>
</body>
</html>