summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/interactive-elements/the-dialog-element/dialog-audio-video-crash.html
blob: c8c1ab282654d989c1c5c3e0c25623b4216501a3 (plain)
1
2
3
4
5
6
7
8
9
10
<!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.