eventctor-nulldictionary.html (66B)
1 <!DOCTYPE html> 2 <script> 3 new MouseEvent("click", null); 4 </script>