Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: dom/base/crashtests/crashtests.list
<html>
<head>
<script>
      document.addEventListener('DOMContentLoaded', () => {
        document.documentElement.appendChild(area)
        area.setAttribute('href', '')
        for (let i = 0; i < 16; i++) {
          area.setAttribute('download', '')
        }
        area.click()
        document.documentElement.appendChild(object)
        setTimeout("location.reload()", 100)
      })
    </script>
</head>
</html>