1415353.html (228B)
1 <!doctype html> 2 <textarea id="htmlvar00003" maxlength="0"> 3 <!-- Text nodes around me are important --> 4 </textarea> 5 <script> 6 document.body.offsetTop; 7 document.querySelector('textarea').attachShadow({ mode: "open" }); 8 </script>