Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/extensibility/foreignObject/foreign-object-containing-svg-in-svg-in-object.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>An <svg> wrapped in a <foreignObject> in an <object></title>
<link rel="help" href="https://svgwg.org/svg2-draft/single-page.html#embedded-ForeignObjectElement"/>
<link rel="match" href="../../struct/reftests/reference/green-100x100.html">
<foreignObject width='100' height='100'>
<div>
<rect width='100' height='100' fill='green'/>
</svg>
</div>
</div>
</foreignObject>
</svg>"></object>