Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

  • This WPT test may be referenced by the following Test IDs:
<!doctype html>
<iframe id="i"></iframe>
<script>
document
.getElementById("i")
.contentDocument.documentElement.appendChild(document.body);
</script>
<template>content</template>