summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/tab-size/tab-size-length-001-ref.html
blob: 8b574c694f3122059fb25777dfd19962df2aaee5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
    <title>CSS Text Test: tab-size: length</title>
    <link rel="author" title="David Storey" href="mailto:david@openweb.io">
    <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
    <style type="text/css">
        .container {
            position: absolute;
        }
        .test {
            font-family: Ahem;
            font-size: 20px;

            position: absolute;
            top: 0;
            left: 0;
            background: green;

        }
    </style>
</head>
<body>
    <p>The test passes if there is no red.</p>
    <div class="container">
        <pre class="green test">  </pre>
    </div>
</body>
</html>