Dactyloidae/dom/events/crashtests/eventctor-nulldictionary.html

4 lines
66 B
HTML
Raw Normal View History

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