1 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
5 testRunner.dumpAsText();
8 <filter id=
"invalid_paint">
9 <rect width=
"10" height=
"10" fill=
"url(#invalid_paint)"/>
10 <rect width=
"10" height=
"10" stroke=
"url(#invalid_paint)"/>
13 <filter id=
"invalid_shape">
14 <rect width=
"10" height=
"10" clip=
"url(#invalid_shape)"/>
17 <filter id=
"invalid_mask">
18 <rect width=
"10" height=
"10" mask=
"url(#invalid_mask)"/>
21 <text x=
"20" y=
"20">This should not crash.
</text>