tor-browser

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

leader-003.html (677B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <title>CSS Test: GCPM Solid 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/#solid-leader">
      7 
      8 <meta name="flags" content="paged">
      9 <meta name="assert" content="Test checks that a basic solid leader is implemented">
     10 <style>
     11 
     12 span.cn::after { content: leader(solid); }
     13 
     14 </style>
     15 </head>
     16 <body>
     17 
     18 <p>Test passes if there's a continuous row of underscores between "Chapter One" and "1"</p>
     19 
     20 <ol>
     21 <li>
     22 <span class="cn">Chapter One</span> <span class="folio">1</span>
     23 </li>
     24 <!--
     25 <li>
     26 Chapter Two <span class="folio">137</span>
     27 </li>
     28 -->
     29 </ol>
     30 
     31 
     32 
     33 </body>
     34 </html>