Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

  • This WPT test may be referenced by the following Test IDs:
    • /html/semantics/scripting-1/the-template-element/template-element/template-content-move-to-inactive-document-crash.html - WPT Dashboard Interop Dashboard
<div id="d">
<iframe id="i"></iframe>
<template id="t"> </template>
</div>
<script>
i.contentDocument.documentElement.appendChild(d);
</script>