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

17 lines
250 B
HTML

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