Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/interactive-elements/the-dialog-element/dialog-audio-video-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<body onload=dlg.show()>
<dialog id="dlg">
<audio></audio>
<video></video>
</dialog>
This test passes if it does not crash.