tor-browser

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

pseudo-element-preserve-3d-ref.html (335B)


      1 <!DOCTYPE html>
      2 <html>
      3 <title>View transitions: transform-style: preserve-3d is respected on pseudo elements</title>
      4 <link rel="help" href="https://drafts.csswg.org/css-view-transitions-1/">
      5 
      6 <style>
      7 body {
      8  background: pink;
      9 }
     10 div {
     11  width: 200px;
     12  height: 200px;
     13  background: green;
     14 }
     15 
     16 </style>
     17 
     18 <div id="target"></div>
     19 
     20 </html>