blob: 65bffa615cfffe8dbd1a8bef0fe4c55cb6a4bd25 [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<body>
<p>The test passes if you see a green square.</p>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="200px" height="200px">
<defs>
<clipPath id="Clipper">
<rect x="0" y="0" width="100" height="100" />
</clipPath>
</defs>
<g id="isolator" clip-path="url(#Clipper)">
<rect x="0" y="0" width="200" height="200" style="fill: green;"/>
</g>
</svg>
</body>
</html>