blob: 961e508b3b52615bc14ba7ffc4daf7b7cd65fd36 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com">
<meta name="flags" content="svg">
<style type="text/css">
svg {
width: 160px;
height: 160px;
}
</style>
</head>
<body>
<p>The test passes if there is a green square and no red.</p>
<svg>
<rect width="160" height="160" fill="green"/>
</svg>
</body>
</html>