summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/tab-size/tab-size-spacing-002-ref.html
blob: 65621a0ec1e37d83b6781c405716b39147e9c53a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text level 3 Test reference</title>
<link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com">
<style>
div {
  font-family: monospace; /* so we can compare tab with a count of preserved spaces */
  white-space: pre;
}
</style>

<p>Test passes if the "1"s all line up vertically:
<div>1 2 3 1 2 3 1 2 3 1
1     1     1     1
1     1     1     1</div>