haikuwebkit/LayoutTests/svg/as-background-image/svg-as-background-6.html

17 lines
244 B
HTML

<html>
<head>
<style>
div {
background: red;
background-repeat: no-repeat;
background-image: url(resources/linguistics.svg);
height: 600px;
width: 800px;
}
</style>
</head>
<body style='margin: 0px'>
<div>&nbsp;</div>
</body>
</html>