9 lines
387 B
HTML
9 lines
387 B
HTML
<html><head><title>[HTML5] Crash [@ nsHtml5TreeBuilder::appendToCurrentNodeAndPushElementMayFoster] with document.write and removing stuff</title></head><body><a>
|
|
<script>
|
|
var x=document.getElementsByTagName("*");
|
|
x[1].remove();
|
|
x[2].remove();
|
|
</script>
|
|
<div>
|
|
<script>document.write('<'+'script>document.removeChild(document.documentElement);<'+'/script>');</script>
|
|
</a></body></html>
|