summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text-decor/reference/text-underline-offset-scroll-001-ref.html
blob: 8a74da6d2c05209a1e791e8dc282d8c822bc6c04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>Reference case for text-underline-offset</title>
    <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
    <style>
        #text{
            border: black dashed;
            height: 5em;
            width: 20em;
            font: 20px/1 Ahem;
            color: transparent;
        }
    </style>
</head>
<body>
    <div>Test fails if there is a red line or scrollbar in the dashed area</div>
    <div id="text">XXXXXXX</div>
</body>
</html>