Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: dom/html/crashtests/crashtests.list
<!DOCTYPE html>
<html>
<script>
var isindex = document.createElement("isindex");
isindex.setAttribute("form", "f");
isindex.form;
</script>
</html>