summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-template-element/template-element/template-content-move-to-inactive-document-crash.html
blob: 89c56d166339a3b707cd5cd3bfd6d0924db38272 (plain)
1
2
3
4
5
6
7
<div id="d">
<iframe id="i"></iframe>
<template id="t"> </template>
</div>
<script>
i.contentDocument.documentElement.appendChild(d);
</script>