servo/tests/wpt/web-platform-tests/css/css-flexbox/reference/flexbox-min-width-auto-005-ref.html

16 lines
339 B
HTML

<!DOCTYPE html>
<title>CSS Reference</title>
<link rel="author" title="Sergio Villar Senin" href="mailto:svillar@igalia.com" />
<style>
div {
background-color: green;
height: 50px;
width: 100px;
}
br { margin: 50px; }
</style>
<p>Test passes if there is <strong>no red</strong> visible on the page.</p>
<div></div>
<br>
<div></div>