tor-browser

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

nth-child-of-complex-selector-ref.html (407B)


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