770381-1.html (271B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style id="s"></style> 5 <script> 6 function boom() { document.getElementById("s").textContent = "div { opacity: 0.5; }"; } 7 </script> 8 </head> 9 <body onload="document.documentElement.offsetHeight; boom();"> 10 <div><div>X</div></div> 11 </body> 12 </html>