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

5 lines
66 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<script>
new MouseEvent("click", null);
</script>