servo/tests/wpt/web-platform-tests/css/css-overflow/display-flex-svg-overflow-default-ref.html

16 lines
417 B
HTML

<!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>