tor-browser

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

reftest_fuzzy_no_differences_1.html (369B)


      1 <!DOCTYPE html>
      2 <link rel=match href=fuzzy-ref-1.html>
      3 <!-- This exactly matches the reference, and includes the possibility of
      4     0 difference in the color channel; in this case the pixelsDifferent is ignored --->
      5 <meta name=fuzzy content="fuzzy-ref-1.html:0-128;100">
      6 <style>
      7 div {
      8  width: 100px;
      9  height: 100px;
     10  background-color: green;
     11 }
     12 </style>
     13 <div></div>