tor-browser

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

1406183-1.html (581B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 
      4 <title>Testcase for bug 1406183: ImageLayer inside inactive BasicLayerManager for fallback nsDisplayFilters is drawn at the wrong position</title>
      5 
      6 <style>
      7 
      8 body {
      9  margin: 0;
     10 }
     11 
     12 .outer {
     13  margin-left: 100px;
     14  margin-top: 50px;
     15  width: 200px;
     16  height: 200px;
     17 }
     18 
     19 .filter {
     20  height: 200px;
     21  filter: hue-rotate(0deg);
     22 }
     23 
     24 </style>
     25 
     26 <div class="outer">
     27  <div class="filter">
     28    <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAIAAABvrngfAAAAFklEQVQImWMwjWhCQwxECoW3oCHihAB0LyYv5/oAHwAAAABJRU5ErkJggg==">
     29  </div>
     30 </div>