chromium/third_party/blink/web_tests/external/wpt/html/semantics/interactive-elements/the-dialog-element/dialog-audio-video-crash.html

<!DOCTYPE html>
<link rel="help" href="https://crbug.com/1206122">

<body onload=dlg.show()>
<dialog id="dlg">
  <audio></audio>
  <video></video>
</dialog>

This test passes if it does not crash.