6 Test that elements respawn in the accessibility tree after a modal dialog
9 <dialog>This dialog is closed and should not be in the tree
</dialog>
11 <optgroup label=
"Group">
12 <option>This should be in the tree.
</option>
18 var dialog
= document
.querySelector('dialog');