1728670-1-child.html (202B)
1 <html> 2 <script> 3 document.documentElement.clientHeight; 4 document.body.clientHeight; 5 </script> 6 <body> 7 <script> 8 document.documentElement.clientHeight; 9 document.body.clientHeight; 10 </script> 11 </body> 12 </html>