summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/the-window-object/historical.window.js
blob: 653f12b4646c06ffa65f84cd2dfe72566f9662ff (plain)
1
2
3
4
test(() => {
  assert_false("showModalDialog" in window)
  assert_false("showModalDialog" in Window.prototype)
}, "showModalDialog() has been removed from the platform")