tor-browser

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

names-are-tree-scoped-ref.html (320B)


      1 <!DOCTYPE html>
      2 <html>
      3 <title>View transitions: view-transition-names are tree scoped (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 div {
      8  width: 100px;
      9  height: 100px;
     10  background: green;
     11 }
     12 </style>
     13 
     14 <div></div>