tor-browser

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

green-rect-ref.html (255B)


      1 <!doctype html>
      2 <html>
      3 <title>Nested View Transitions: green rect (ref)</title>
      4 <link rel="help" href="https://drafts.csswg.org/css-view-transitions-2/">
      5 
      6 <style>
      7 div {
      8  width: 100px;
      9  height: 100px;
     10  background: green;
     11 }
     12 </style>
     13 
     14 <div></div>
     15 </html>