chrome-bug-1505250-crash.html (377B)
1 <!DOCTYPE html> 2 <title>::first-letter depending on size container query with changing list-style-type</title> 3 <link rel="help" href="https://crbug.com/1505250"> 4 <style> 5 div::first-letter{ 6 color: green; 7 } 8 div:only-of-type { 9 container-type: size; 10 list-style: my-circle inside; 11 } 12 </style> 13 <div>X 14 <div></div> 15 <script>document.body.offsetTop</script> 16 </div>