blob: d9a29b6c01121b83def91f2bf4a1b40a0e53e274 [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: 100px;
height: 100px;
}
</style>
</head>
<body>
<p>The test passes if there is a vertical green bar to the left of a vertical yellow bar.</p>
<svg>
<rect width="50" height="100" fill="green"/>
<rect x="50" width="50" height="100" fill="yellow"/>
</svg>
</body>
</html>