tor-browser

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

animate-layer-scale-inherit-1-ref.html (373B)


      1 <!DOCTYPE HTML>
      2 <title>Testcase, bug 1122526</title>
      3 <style>
      4 
      5 #outer, #inner {
      6  display: inline-block;
      7  background: white;
      8  color: black;
      9 }
     10 
     11 #inner {
     12  vertical-align: top;
     13  height: 100px;
     14  width: 100px;
     15  background: repeating-linear-gradient(to top left, yellow, blue 10px);
     16  will-change: transform;
     17 }
     18 
     19 </style>
     20 
     21 <div id="outer">
     22  <div id="inner">
     23  </div>
     24 </div>