blob: 896ebf7831f7a1aff9fa6a4b9b98976e5338f6e8 [file] [log] [blame]
<!DOCTYPE html>
<link rel=author href="mailto:jarhar@chromium.org">
<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 shadowroot=open>
<slot style="content-visibility: hidden; display:block"></slot>
</template>
<dialog id=dialog></dialog>
</div>
</body>