chromium/third_party/blink/web_tests/external/wpt/css/css-text/white-space/reference/text-wrap-balance-003-ref.html

<!DOCTYPE html>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
<style>
div {
  font: 15px Ahem;
  width: 35ch;
  margin: 1em;
}
.green {
  color: green;
}
.blue {
  color: blue;
}
</style>
<p>Both test blocks (green) should have the same layout as the reference (blue):</p>
<div class="green">The quickest brown fox<br>jumped over the lazy dog</div>
<div class="green">The quickest brown fox<br>jumped over the lazy dog</div>
<div class="blue">The quickest brown fox<br>jumped over the lazy dog</div>