blob: 8ea1f5e20d140269ad049b87a74e7a1daf73bea8 [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>
<object data="resources/green-square.svg" />
</div>
</body>
</html>