blob: bda7df4c0b0c972b1dd6e148bb1ad0e8fb15142b [file] [log] [blame]
<!DOCTYPE html>
<svg>
<clipPath id="clip" clip-path="url(#nosuchclip)">
<rect width="100" height="100"/>
</clipPath>
<mask id="mask"></mask>
<rect width="300" height="100" fill="red"/>
<rect width="100" height="100" fill="green" clip-path="url(#nosuchclip)"/>
<rect transform="translate(100 0)" width="100" height="100" fill="green" clip-path="url(#mask)"/>
<rect transform="translate(200 0)" width="100" height="100" fill="green" clip-path="url(#clip)"/>
</svg>