1216747-1.html (307B)
1 <!DOCTYPE HTML> 2 <style> 3 4 div { 5 width: min-content; 6 } 7 8 </style> 9 10 <!-- If you delete this div, the bug goes away, because we don't cache 11 vertical-specific data in the rule tree. --> 12 <div style="writing-mode: vertical-rl"></div> 13 14 <div>This should have min-content width (i.e., many line breaks).</div>