trisquel-icecat/icecat/parser/htmlparser/tests/crashtests/616027-1.html

15 lines
187 B
HTML

<!DOCTYPE html>
<html>
<body>
<script>
for (var fuzzRepeat = 0; fuzzRepeat < 500; ++fuzzRepeat) {
document.write("<span>");
}
document.write("<isindex>");
</script>
</body>
</html>