svg-intrinsic-size-005-ref.html (293B)
1 <!doctype html> 2 3 <title>CSS Reference: CSS-specified vs. attribute-specified percentages in SVG intrinsic sizing</title> 4 5 <div style="width: max-content; height: 50px"> 6 <svg width="100%" height="100%" style="display: block"> 7 <rect width="200" height="200" fill="green"/> 8 </svg> 9 </div>