summaryrefslogtreecommitdiffstats
path: root/dom/events/crashtests/eventctor-nulldictionary.html
blob: f813994139cf53fd934315b7952dafd9abd43cc2 (plain)
1
2
3
4
<!DOCTYPE html>
<script>
new MouseEvent("click", null);
</script>