chromium/third_party/blink/web_tests/fast/block/float/br-with-clear-4-expected.html

<!DOCTYPE html>
<style>
.green {
  background: green;
  float: right;
  width: 50%;
  height: 100px;
}
.yellow {
  background: yellow;
}
</style>
<p>Test passes if the height of yellow box is identical with that of green box.</p>
<div class='green'>Floating box</div>
<p class='yellow'>
  <a href='#' style="font-size:1.5em;">Anchor</a><br>
  Text line.
  <br style="clear:both"><span></span>
</p>