summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/tab-size/tab-size-spacing-003-ref.html
blob: b8a7bc105cd8af42d82938dbc63e6d1462b8e6e8 (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  1  2  1  2  1
1     1     1     1
1     1     1     1</div>