tor-browser

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

nth-last-child-of-compound-selector-ref.html (455B)


      1 <!doctype html>
      2 <html>
      3 <body>
      4    <p>This test the styling of paragraphs with :nth-last-child(An+B of selector). If the test succeed, paragraphs that say "green" should have a green background.</p>
      5 
      6    <p>White!</p>
      7    <p>White!</p>
      8    <p>White!</p>
      9    <p>White!</p>
     10    <p>White!</p>
     11    <p style="background-color: lime">Green</p>
     12    <p>White!</p>
     13    <p>White!</p>
     14    <p>White!</p>
     15    <p>White!</p>
     16    <p>White!</p>
     17    <p></p>
     18 </body>
     19 </html>