blob: cc319e26ed9abc6027dc7a5e721c5641464cb5a4 [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=1221036">
>
<div>
<template shadowroot=open>
<slot style="content-visibility: hidden; display: block"></slot>
</template>
a
<script type="text/javascript">
const range = new Range();
range.setStartBefore(document.body.firstChild);
range.setEndAfter(document.body.lastChild);
range.getBoundingClientRect();
</script>