| <!DOCTYPE html> | |
| <link rel=author href="mailto:jarhar@chromium.org"> | |
| <link rel=help href="https://bugs.chromium.org/p/chromium/issues/detail?id=1221036"> | |
| > | |
| <div> | |
| <template shadowroot=open> | |
| <slot style="content-visibility: hidden; display: block"></slot> | |
| </template> | |
| a | |
| <script type="text/javascript"> | |
| document.execCommand("selectall"); | |
| </script> |