Bug 1928997: Update tabs icon in Unified Search popup r=desktop-theme-reviewers,daleh...
[gecko.git] / js / xpconnect / crashtests / 1907230.html
blob9a72f68882618be51de3038bab03fade7f651b68
1 <!DOCTYPE html>
2 <script>
3 window.addEventListener("load", () => {
4 let a = new UIEvent("load", {"bubbles": true})
5 try { document.doctype.dispatchEvent(a) } catch (e) {}
6 document.write("<audio>")
7 })
8 </script>