This tests that a top layer element's containing block is in the initial containing block and that it is unaffected by
ancestor elements with overflow or opacity. Dialog elements are used to demonstrate these properties. A dialog opened
with showModal() is in the top layer; one opened with dialog.show() is not.