gecko/dom/bindings/crashtests/832899.html

6 lines
151 B
HTML
Raw Normal View History

2013-03-22 20:47:58 -07:00
<!DOCTYPE html>
<script>
var ev = document.createEvent("Events");
EventTarget.prototype.dispatchEvent.call(navigator.mozConnection, ev);
</script>