gecko/content/events/crashtests/eventctor-nulldictionary.html

5 lines
66 B
HTML

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