blob: e44f72cde60a81e9b0ed01be129eb0f7b177b18c (
plain)
1
2
3
4
5
6
7
8
|
<!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>
|