Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/browsers/the-window-object/historical.window.html - WPT Dashboard Interop Dashboard
test(() => {
assert_false("showModalDialog" in window)
assert_false("showModalDialog" in Window.prototype)
}, "showModalDialog() has been removed from the platform")