haikuwebkit/LayoutTests/svg/as-background-image/svg-as-background-with-rela...

18 lines
329 B
HTML

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