tor-browser

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

lang-selector-004-ref.html (257B)


      1 <!DOCTYPE html>
      2 <html>
      3 <title>CSS Reftest Reference</title>
      4 <style>
      5    div {
      6        color: green;
      7    }
      8 </style>
      9 <body>
     10    <p>Test passes if the "Filler Text" below is green.</p>
     11    <div>Filler Text
     12        <p>Filler Text</p>
     13    </div>
     14 </body>
     15 </html>