summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-gcpm/leader-001.html
blob: 1d093978aac42b1cce9f381a70e40fd16c93b5c0 (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
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<title>CSS Test: GCPM Dotted Leader</title>
<link rel="author" title="Dave Cramer" href="mailto:dauwhe@gmail.com">
<link rel="help" href="http://www.w3.org/TR/css-gcpm-3/#dotted-leader">


<meta name="flags" content="paged">
<meta name="assert" content="Test checks that a basic dotted leader is implemented">
<style>

span.cn::after { content: leader(dotted); }

</style>
</head>
<body>

<p>Test passes if there's a dotted leader between "Chapter One" and "1"</p>

<ol>
<li>
<span class="cn">Chapter One</span> <span class="folio">1</span>
</li>
<!--
<li>
Chapter Two <span class="folio">137</span>
</li>
 -->
</ol>



</body>
</html>