blob: 887e866b10eac441eaa73c760741cb7512e289f0 [file] [log] [blame]
<dialog>PASS if this displays and doesn't crash</dialog>
<script>
document.querySelector("dialog").showModal();
</script>