| <!DOCTYPE html> | |
| <link rel=author href="mailto:[email protected]"> | |
| <link rel=help href="https://bugs.chromium.org/p/chromium/issues/detail?id=1221508"> | |
| <script> | |
| function showmodal() { | |
| dialog.showModal(); | |
| } | |
| </script> | |
| <body onload=showmodal()> | |
| <div> | |
| <template shadowrootmode=open> | |
| <slot style="content-visibility: hidden; display:block"></slot> | |
| </template> | |
| <dialog id=dialog></dialog> | |
| </div> | |
| </body> |