Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/linking/scripted/use-iframe-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<svg>
<foreignObject>
<iframe id="iframe"></iframe>
</foreignObject>
<use href="#iframe">
</svg>