chromium/third_party/blink/web_tests/external/wpt/html/semantics/scripting-1/the-template-element/template-element/template-construction-in-inactive-document-crash.html

<iframe id="i"></iframe>
<script>
i.contentDocument.documentElement.appendChild(document.body);
</script>
<template><script></script></template>