1384232.html (310B)
1 <!DOCTYPE html> 2 <meta charset="UTF-8"> 3 <script> 4 root = document.createElement("div") 5 document.documentElement.appendChild(root) 6 document.documentElement.appendChild(document.createElement("thead")) 7 document.documentElement.getBoundingClientRect() 8 root.appendChild(document.createElement("textarea")) 9 </script>