blob: b4c10ae41273ed991ed84af573f6a23080dc553a [file] [log] [blame]
<!DOCTYPE html>
<div>1</div>
<div>
<dialog id="test">
<div>1</div>
</dialog>
</div>
<div>2</div>
<script>
document.getElementById("test").showModal();
</script>