display-flex-svg-overflow-default-ref.html (417B)
1 <!doctype html> 2 <meta charset="utf-8"> 3 <title>display:flex on svg uses 0 as min size with default overflow</title> 4 <link rel="help" href="https://www.w3.org/TR/css-overflow-3/#valdef-overflow"> 5 <link rel="author" title="Khushal Sagar" href="mailto:khushalsagar@chromium.org"> 6 <style> 7 body { 8 background: lightblue; 9 } 10 div { 11 width: 100px; 12 height: 100px; 13 background: green; 14 } 15 </style> 16 <div></div>