blob: 4d079522bfcf5617e47cbde37f9b619ff0e0238e [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<style>
div {
width: 100px;
height: 100px;
background-color: blue;
}
</style>
<body>
<p>The test passes if you see a green square.</p>
<div>
<embed src="resources/green-blending-square.svg" />
</div>
</body>
</html>