6 Test for modal dialog blocking a document.
8 <dialog id=
"top-dialog">
9 The dialog subtree should be the only text content in the accessibility tree.
10 <a name=
"anchor" href=
"#link">Link inside the dialog.
</a>
13 <optgroup label=
"Group">
14 <option>This should be pruned out of the tree.
</option>
19 <dialog id=
"bottom-dialog">
20 This is the pending dialog and should be pruned out.
23 document
.querySelector('#bottom-dialog').showModal();
24 document
.querySelector('#top-dialog').showModal();