tor-browser

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

root-to-shared-animation-start-ref.html (382B)


      1 <!DOCTYPE html>
      2 <html>
      3 <title>Root to shared animation test (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 
      7 <style>
      8 body {
      9  background: lightgreen;
     10  padding: 0;
     11  margin: 0;
     12 }
     13 #box {
     14  width: 100px;
     15  height: 120px;
     16  background: blue;
     17  contain: paint;
     18 }
     19 </style>
     20 
     21 <div id=box></div>