tor-browser

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

nth-last-child-of-style-sharing-2-ref.html (407B)


      1 <!doctype html>
      2 <html>
      3 <body>
      4    <p>Test that style-sharing does not ignore cases matching :nth-last-child(An+B of selector list).</p>
      5    <p>Target</p>
      6    <p>Target</p>
      7    <p style="background-color: lime">Target</p>
      8    <p>Target</p>
      9    <p>Target</p>
     10    <p style="background-color: lime">Target</p>
     11    <p>Target</p>
     12    <p>Target</p>
     13    <p style="background-color: lime">Target</p>
     14 </body>
     15 </html>