1405878.xml (282B)
1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <body> 3 <select> 4 <script>document.documentElement.offsetHeight</script> 5 <option>Hello there</option> 6 </select> 7 <script> 8 document.querySelector("body").style.display = "inline"; 9 </script> 10 </body> 11 </html>