32 Test for a modal dialog with ::before, ::after, and ::backdrop. The test passes
33 if there are two green boxes, one with the texts
"::before" and
"::after" in it.
35 <div id=
"dialog-before">::before
</div>
36 <div id=
"dialog-after">::after
</div>
38 <div id=
"dialog-backdrop"></div>
40 document
.querySelector('dialog').showModal();