trisquel-icecat/icecat/js/xpconnect/crashtests/1907230.html
2025-10-06 02:35:48 -06:00

8 lines
212 B
HTML

<!DOCTYPE html>
<script>
window.addEventListener("load", () => {
let a = new UIEvent("load", {"bubbles": true})
try { document.doctype.dispatchEvent(a) } catch (e) {}
document.write("<audio>")
})
</script>