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

<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-text-4/#valdef-text-wrap-balance">
<link rel="mismatch" href="text-wrap-balance-6lines-001-ref.html">
<style>
.container {
  font-family: monospace;
  width: 20ch;
  text-wrap: balance;
}
span {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
</style>
<div class="container">
  <span></span>
  12 456 89 12 456 89
  12 456 89 12 456 89
  12 456 89 12 456 89
  12 456 89 12 456 89
  12 456 89 12 456 89
  1
</div>