chromium/third_party/blink/web_tests/external/wpt/css/css-flexbox/reference/flexbox-min-width-auto-005-ref.html

<!DOCTYPE html>
<title>CSS Reference</title>
<link rel="author" title="Sergio Villar Senin" href="mailto:[email protected]" />
<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>