Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<meta charset=utf-8>
<title>CSS Text test: hanging trailing spaces with white-space:pre-wrap</title>
<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>