summaryrefslogtreecommitdiffstats
path: root/dom/html/crashtests/602117.html
blob: 0d1818b2a91ba8fae7d5a1c6d823a443050a4594 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html>
  <script>
    var isindex = document.createElement("isindex");
    isindex.setAttribute("form", "f");
    isindex.form;
  </script>
</html>