blob: 5623b08ecd71b292e698ee249a79b59d0046300f [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
<meta name="flags" content="svg">
<style type="text/css">
svg {
width: 500px;
height: 500px;
}
</style>
</head>
<body>
<p>The test passes if you see a black square and no red.</p>
<svg>
<rect width="300" height="300" fill="black"/>
</svg>
</body>
</html>