tor-browser

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

class-selector-012-ref.html (467B)


      1 <!DOCTYPE html>
      2 <html>
      3 <title>CSS Reftest Reference</title>
      4 <style>
      5    p {
      6        color: white;
      7        background: green;
      8    }
      9 </style>
     10 <body>
     11    <p>This line should be green.</p>
     12    <p>This line should be green.</p>
     13    <p>This line should be green.</p>
     14    <p>This line should be green.</p>
     15    <p>This line should be green.</p>
     16    <p>This line should be green.</p>
     17    <p>This line should be green.</p>
     18    <p>This line should be green.</p>
     19 </body>
     20 </html>