Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<meta charset="utf-8">
<title>display:flex on svg uses 0 as min size with default overflow</title>
<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>