summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-template-element/template-element/template-construction-in-inactive-document-crash.html
blob: 496a47b2c58b5bde93f41d923e7117f646187442 (plain)
1
2
3
4
5
<iframe id="i"></iframe>
<script>
i.contentDocument.documentElement.appendChild(document.body);
</script>
<template><script></script></template>