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