Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

  • This WPT test may be referenced by the following Test IDs:
<iframe id="i"></iframe>
<video id="v"></video>
<script>
var doc = i.contentDocument;
i.remove();
doc.importNode(v);
</script>