tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

leader-001.html (666B)


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