chromium/third_party/blink/web_tests/wpt_internal/css/css-text/white-space/text-wrap-balance-layout-002.html

<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-text-4/#valdef-text-wrap-balance">
<link rel="match" href="text-wrap-balance-layout-002-ref.html">
<style>
.container {
  font-family: Arial;
  font-size: 20px;
  width: 60ch;
  border: 1px solid blue;
  text-wrap: balance;
}
</style>
<div class="container" style="width: 24ch">
  Wealthy Marvel superhero actor
  is reportedly helping to support Armie Hammer,
  news.
</div>