tor-browser

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

escaped-name-ref.html (380B)


      1 <!DOCTYPE html>
      2 <html>
      3 <title>View transitions: escaped names (ref)</title>
      4 <link rel="help" href="https://drafts.csswg.org/css-view-transitions-1/">
      5 <link rel="author" href="mailto:vmpstr@chromium.org">
      6 <style>
      7 .box {
      8  background: green;
      9  width: 100px;
     10  height: 100px;
     11  position: relative;
     12 }
     13 </style>
     14 
     15 <div class="box"></div>
     16 <div class="box"></div>
     17 <div class="box"></div>