blob: a7ca183106580cdc4f62307ff64eb4ecbc8775da [file] [log] [blame]
<html>
<head>
<style>
div {
background: green;
background-repeat: no-repeat;
background-image: url(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'>
<div>&nbsp;</div>
</body>
</html>