summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/tab-size/tab-size-integer-004-ref.html
blob: 0f29998d2387462262b5b00c988d143c64cce7c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<title>CSS Text Test reference</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.neat">
<style>
div {
    white-space: pre;
}
span {
    font-size: 2em;
    font-family: monospace;
}
</style>

<p>Test passes if the two “X” letters bellow are vertically algined.

<div>    <span>X<span></div>
<div>    <span>X<span></div>