flex-item-content-is-min-width-max-content-ref.html (200B)
1 <link rel="stylesheet" href="/fonts/ahem.css"> 2 <style> 3 div { 4 font-family: Ahem; 5 font-size: 20px; 6 background-color: green; 7 width: max-content; 8 color: transparent; 9 } 10 </style> 11 <div>X X X</div>