tor-browser

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

capture-with-offscreen-child-ref.html (344B)


      1 <!doctype html>
      2 <html>
      3 <title>View transitions: offscreen child (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: pink;
     10 }
     11 .target {
     12  width: 100px;
     13  height: 100px;
     14  background: blue;
     15 }
     16 </style>
     17 
     18 <div class=target></div>