tor-browser

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

update-playback-rate-fast-ref.html (390B)


      1 <!DOCTYPE html>
      2 <title>Reference for update playback rate zero</title>
      3 <style>
      4  #box {
      5    background: green;
      6    height: 40px;
      7    width: 40px;
      8  }
      9 </style>
     10 <body>
     11  <div id="box"></div>
     12  <p id="notes">
     13    This test creates a running animation and changes its playback rate
     14    part way through. If the box remains red when the screenshot is captured
     15    the test fails.
     16  </p>
     17 </body>