tor-browser

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

new-content-is-empty-div-ref.html (410B)


      1 <!DOCTYPE html>
      2 <title>View transitions: new content captures an empty div (ref)</title>
      3 <link rel="help" href="https://drafts.csswg.org/css-view-transitions-1/">
      4 <link rel="author" href="mailto:vmpstr@chromium.org">
      5 <style>
      6 div {
      7  width: 100px;
      8  height: 100px;
      9  contain: paint;
     10  position: absolute;
     11  top: 50px;
     12  left: 200px;
     13  background: green;
     14 }
     15 body { background: lightpink; }
     16 </style>
     17 <div></div>