7 <p>Test that a non-top layer element doesn't share style with a top layer
8 element. The test passes if you see two boxes.
</p>
9 <dialog id=
"non-modal" open
></dialog>
10 <dialog id=
"modal"></dialog>
12 document
.querySelector('#modal').showModal();