inline-intrinsic-size-calc-ref.html (277B)
1 <!doctype html> 2 <title>Calc gets resolved with 0 percent basis for intrinsic size computation</title> 3 <style> 4 div { 5 background-color: green; 6 width: max-content; 7 } 8 span { 9 margin-left: 30px; 10 padding-left: 50px; 11 } 12 </style> 13 <div> 14 <span>ABCD</span> 15 </div>