tenfourfox/dom/bindings/crashtests/832899.html

6 lines
148 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<script>
var ev = document.createEvent("Events");
EventTarget.prototype.dispatchEvent.call(navigator.connection, ev);
</script>