tor-browser

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

body_text_00ffff-ref.html (436B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>[body - TEXT=00ffff] Reference file</title>
      4 <link rel="author" title="Intel" href="http://www.intel.com">
      5 <style>
      6  body {
      7    color: blue;
      8  }
      9 </style>
     10 <body>
     11  <p>This document should have text color 'Blue' using the RGB Hexadecimal color value of "0000ff". </p>
     12  <p>This test passes if the color of text above matches the image below.</p>
     13  <p><img src="/images/blue.png"/></p>
     14 </body>