blob: 8db147766bc3fa769df5601b8b32964fb59bcbc1 [file] [log] [blame]
<!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>