blob: 66fe5fdb7c4bd784c9f2b107bb6a179f7bd8e9f7 [file] [log] [blame]
<!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>