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

17 lines
205 B
HTML

<html>
<head>
<style>
div {
background: red;
height: 100px;
width: 100px;
}
</style>
</head>
<body style='margin: 0px'>
<div>
<img src='resources/green-fixed-size-rect.svg'>
</div>
</body>
</html>