33 content: 'THIS TEXT SHOULD NOT BE SEEN';
36 dialog::backdrop::before {
37 content: '::backdrop::before';
42 dialog::backdrop::after {
43 content: '::backdrop::after';
50 Test for a modal dialog with ::before, ::after, and ::backdrop. The test passes
51 if there are two green boxes, one with the texts
"::before" and
"::after" in it.
54 document
.querySelector('dialog').showModal();