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-1-ref.html (371B)


      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 style="background-color: lime">Target</p>
      6    <p>Target</p>
      7    <p>Target</p>
      8    <p style="background-color: lime">Target</p>
      9    <p>Target</p>
     10    <p>Target</p>
     11    <p style="background-color: lime">Target</p>
     12 </body>
     13 </html>