eventctor-nulldictionary.html 66 B

12345
  1. <!DOCTYPE html>
  2. <script>
  3. new MouseEvent("click", null);
  4. </script>