tenfourfox/dom/bindings/crashtests/832899.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

6 lines
148 B
HTML

<!DOCTYPE html>
<script>
var ev = document.createEvent("Events");
EventTarget.prototype.dispatchEvent.call(navigator.connection, ev);
</script>