chromium/third_party/blink/web_tests/wpt_internal/css/css-text/white-space/text-wrap-pretty-layout-001.html

<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-text-4/#valdef-text-wrap-pretty">
<link rel="match" href="text-wrap-pretty-layout-001-ref.html">
<style>
.container {
  font-family: monospace;
  font-size: 20px;
  width: 10ch;
  border: 1px solid blue;
  text-wrap: pretty;
}
</style>
<div class="container">
  012 456 89
  012 456 89
  012 456 89
  012 456 89
  012 456 89
  01
</div>