<!doctype html>
<textarea id="htmlvar00003" maxlength="0">
<!-- Text nodes around me are important -->
</textarea>
<script>
document.body.offsetTop;
document.querySelector('textarea').attachShadow({ mode: "open" });
</script>