dom/bindings/crashtests/832899.html

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:76c0e50cd380
1 <!DOCTYPE html>
2 <script>
3 var ev = document.createEvent("Events");
4 EventTarget.prototype.dispatchEvent.call(navigator.connection, ev);
5 </script>

mercurial