8 lines
228 B
HTML
8 lines
228 B
HTML
<!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>
|