tor-browser

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

new-content-preserve-3d-ancestor-ref.html (387B)


      1 <!DOCTYPE html>
      2 <html>
      3 <title>View transitions: computed transform for elements with transform-style:preserve-3d ancestors is correct (ref)</title>
      4 <link rel="help" href="https://drafts.csswg.org/css-view-transitions-1/">
      5 <style>
      6 .box {
      7  background: lightblue;
      8  width: 100px;
      9  height: 100px;
     10  position: fixed;
     11 }
     12 body { background: lightpink; }
     13 </style>
     14 <div class=box></div>
     15 </html>