blob: c7f1ff84109609c225463aba50371a3d29398a94 [file] [log] [blame]
<svg xmlns="http://www.w3.org/2000/svg">
<!-- Only valid svg subdocuments (enclosed by <svg xmlns="svgNS">) are allowed in fO documents. No renderers should be created for <g> and children -->
<foreignObject width="300" height="100">
<html xmlns="http://www.w3.org/1999/xhtml">
<p style="margin: 0;">This should not crash</p>
<g xmlns="http://www.w3.org/2000/svg">
<text y="20">This should not be shown</text>
</g>
<g/>
</html>
</foreignObject>
</svg>