tor-browser

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

transform-3d-fixed-under-fixed-opacity-crash.html (317B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://crbug.com/1308269">
      3 <div style="position: fixed; opacity: 0.5">
      4  <div style="position: fixed; transform: rotate3d(0, 1, 1, 20deg)">ROTATE1</div>
      5  <div style="position: fixed; transform: rotate3d(0, 1, 1, 20deg)">ROTATE2</div>
      6 </div>
      7 <div style="height: 2000px"></div>