tor-browser

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

1059498-1-ref.html (316B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <meta charset="utf-8">
      4 <title>Test for bug 1059498 - Paint parts of the filter that are caused by parts of the source that are invisible</title>
      5 
      6 <style>
      7 
      8 body {
      9  margin: 0;
     10 }
     11 
     12 #result {
     13  width: 100px;
     14  height: 30px;
     15  background-color: lime;
     16 }
     17 
     18 </style>
     19 
     20 <div id="result"></div>