chromium/third_party/blink/web_tests/wpt_internal/css/css-text/white-space/text-wrap-balance-box-decorations-break-001-ref.html

<!DOCTYPE html>
<style>
div {
  font-family: monospace;
  width: 22ch;
  border: 1px solid blue;
}
span {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
</style>
<div>
  <span>
    123 56 890
    123 56 890
  </span>
  12
</div>