blob: 66c564c77a513f9f4946e38b0729ffcd744918a9 [file] [log] [blame]
<iframe id="i"></iframe>
<script>
var t = i.contentDocument.createElement("template");
i.contentDocument.documentElement.appendChild(t);
i.remove();
t.content;
</script>