chromium/third_party/blink/web_tests/external/wpt/css/css-text/white-space/reference/trailing-space-align-start-ref.html

<!DOCTYPE html>
<style>
div {
  font-family: monospace;
  font-size: 30px;
  width: 3ch;
  overflow: auto;
  white-space: pre;
}
</style>
<body>
  <div>0 00</div>
  <div>0 0</div>
  <div>0 0</div>
  <div>0 0</div>
  <div>0 0<br>0 0</div>
</body>