<!doctype html> <meta charset="utf-8"> <title>display:flex on svg uses 0 as min size with default overflow</title> <link rel="help" href="https://www.w3.org/TR/css-overflow-3/#valdef-overflow"> <link rel="author" title="Khushal Sagar" href="mailto:khushalsagar@chromium.org"> <style> body { background: lightblue; } div { width: 100px; height: 100px; background: green; } </style> <div></div>