1 <!DOCTYPE html>
2 <html><head>
3 <title>CSS Test: GCPM Solid Leader</title>
4 <link href="mailto:dauwhe@gmail.com" rel="author" title="Dave Cramer">
5 <link href="http://www.w3.org/TR/css-gcpm-3/#solid-leader" rel="help">
6
7 <meta content="paged" name="flags">
8 <meta content="Test checks that a basic solid leader is implemented" name="assert">
9 <style>
10
11 span.cn::after { content: leader(solid); }
12
13 </style>
14 </head>
15 <body>
16
17 <p>Test passes if there's a continuous row of underscores between "Chapter One" and "1"</p>
18
19 <ol>
20 <li>
21 <span class="cn">Chapter One</span> <span class="folio">1</span>
22 </li>
23 <!--
24 <li>
25 Chapter Two <span class="folio">137</span>
26 </li>
27 -->
28 </ol>
29
30
31
32
33
34 </body></html>