blob: b0b8d52e78e9ee26303f49976b00193d46bed7a1 [file] [log] [blame] [edit]
<!DOCTYPE html>
<dialog>dialog</dialog>
<script>
document.querySelector('dialog').showModal();
document.activeElement.blur();
</script>