tenfourfox/dom/html/crashtests/602117.html

9 lines
164 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<script>
var isindex = document.createElement("isindex");
isindex.setAttribute("form", "f");
isindex.form;
</script>
</html>