haikuwebkit/LayoutTests/svg/as-image/svg-image-with-data-uri-fro...

16 lines
220 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
img {
width: 200px;
height: 200px;
background-color: red;
}
</style>
</head>
<body>
<img src="resources/image-with-nested-rects.svg">
</body>
</html>