chromium/third_party/blink/web_tests/fast/dom/DOMException/resources/dispatch-event-exception.js

description("Tests that dispatchEvent's argument is required to be an Event.")

shouldThrow("document.dispatchEvent(null)");
shouldThrow("document.dispatchEvent(document)");