tor-browser

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

1424798-ref.html (242B)


      1 <!DOCTYPE HTML>
      2 <title>Animation between 1-argument and 2-argument transforms should work</title>
      3 <style>
      4 
      5 #box {
      6  transform: translate(0%, 50px);
      7  width: 100px;
      8  height: 100px;
      9  background-color: red;
     10 }
     11 
     12 
     13 </style>
     14 
     15 <div id="box">
     16 </div>