1375315-6.html (316B)
1 <!DOCTYPE html> 2 <script> 3 onload = function() { 4 var height = document.body.offsetHeight; // Flush layout 5 document.querySelector("details").style.color = "green"; 6 } 7 </script> 8 <details open 9 style="display: list-item; list-style-position: inside; color: red"> 10 Bullet should be green. 11 </details>