chromium/third_party/blink/web_tests/external/wpt/css/css-text/white-space/reference/white-space-pre-wrap-trailing-spaces-001-ref.html

<!doctype html>
<meta charset=utf-8>
<title>CSS Text test: hanging trailing spaces with white-space:pre-wrap</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">

<style>
div {
  white-space: pre-wrap;
  font-family: monospace;
}
</style>

<p>This test passes if the 4 letters below are verticaly aligned.

<div>    P</div>
<div>    A</div>
<div>    S</div>
<div>    S</div>