tor-browser

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

jump-start-animation-before-phase-ref.html (374B)


      1 <!DOCTYPE html>
      2 <html>
      3 <title>Validates rendering of an animated element with jump-start in the before phase</title>
      4 <style type="text/css" media="screen">
      5  body {
      6    margin: 0;
      7  }
      8 
      9  #target {
     10    height: 100px;
     11    width: 100px;
     12    margin: 0;
     13    background-color: green;
     14    transform: translateX(100px);
     15  }
     16 </style>
     17 <body>
     18  <div id="target"></div>
     19 </body>
     20 </html>