tor-browser

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

animate-layer-scale-inherit-4-ref.html (372B)


      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 #inner {
     11  vertical-align: top;
     12  height: 100px;
     13  width: 100px;
     14  background: repeating-linear-gradient(to top left, yellow, blue 10px);
     15  will-change: transform;
     16 }
     17 
     18 </style>
     19 
     20 <div id="outer">
     21  <div id="inner">
     22  </div>
     23 </div>