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-not-in-tree-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<script>
const dialog = document.createElement("dialog");
dialog.show();
</script>