trisquel-icecat/icecat/dom/events/crashtests/eventctor-nulldictionary.html

4 lines
66 B
HTML

<!DOCTYPE html>
<script>
new MouseEvent("click", null);
</script>