Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / foreignObject / disallowed-svg-nodes-as-direct-children.svg
blobf19b917df5af2e13df3a2f7e2db0070bdfb66d57
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <!-- There shouldn't be any child render objects created for the foreignObject element, as partial SVG content in foreignObject -->
3 <foreignObject width="300" height="100">
4 <g><text>This should not crash</text></g>
5 <g xmlns="http://www.w3.org/2000/svg"><rect/></g>
6 </foreignObject>
7 </svg>