1 <svg xmlns=
"http://www.w3.org/2000/svg">
3 <clipPath id=
"nothing">
5 <clipPath id=
"emptyrect">
6 <rect width=
"0" height=
"0"/>
10 <rect fill=
"green" width=
"100" height=
"100"/>
11 <g clip-path=
"url(#nothing)" >
12 <rect width=
"100" height=
"100" fill=
"red"/>
14 <g clip-path=
"url(#emptyrect)" >
15 <rect width=
"100" height=
"100" fill=
"red"/>
19 <text y=
"130">Above a green rectangle should be displayed.
</text>
20 <text y=
"150">It tests that an empty clip path clips the referencing graphic. Bug
15289.
</text>