blob: 653f12b4646c06ffa65f84cd2dfe72566f9662ff [file] [log] [blame]
test(() => {
assert_false("showModalDialog" in window)
assert_false("showModalDialog" in Window.prototype)
}, "showModalDialog() has been removed from the platform")