blob: 45a878dcdfeb4573f0e672d5023d47581e40416e [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="400px" height="60px">
<defs>
<clipPath id="Clipper">
<text x="0" y="45" font-size="60" font-weight="bold">Clipping text!</text>
</clipPath>
</defs>
<g id="isolator" clip-path="url(#Clipper)">
<rect x="0" y="0" width="400" height="60" style="fill: green;"/>
</g>
</svg>
</body>
</html>