27 Test that position 'static' or 'relative' for ::backdrop computes to 'absolute'.
28 The test passes if there is a single green box.
29 <dialog id=
"left"></dialog>
30 <dialog id=
"right"></dialog>
33 document
.querySelector('#left').showModal();
34 document
.querySelector('#right').showModal();