blob: f9366538c866ae65b4a10658633efd9a6ca11888 [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>
<img src="resources/green-blending-square.svg" />
</div>
</body>
</html>