chromium/third_party/blink/web_tests/external/wpt/html/browsers/the-window-object/historical.window.js

test(() => {
  assert_false("showModalDialog" in window)
  assert_false("showModalDialog" in Window.prototype)
}, "showModalDialog() has been removed from the platform")