summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/tab-size/tab-size-inline-001-ref.html
blob: 0f412e26dfae845e1b08ff06f633289d0436fad9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text level 3 Test reference</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
<style>
div {
    font-family: monospace;
}
</style>

<p>Test passes if the three “A” letters below are vertically aligned with eachother.
<div class=ref><br>
          A<br>
          A<br>
          A
</div>