summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/white-space/reference/white-space-pre-wrap-trailing-spaces-001-ref.html
blob: 8db147766bc3fa769df5601b8b32964fb59bcbc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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>