tor-browser

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

clipper-non-containing-block-ref.html (345B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <meta name="title" content="Test that a clipper clips the view transition (ref)">
      4 <meta name="author" content="mailto:vmpstr@chromium.org">
      5 <link rel="help" href="https://drafts.csswg.org/css-view-transitions-2/">
      6 
      7 <style>
      8 div {
      9  background: blue;
     10  width: 100px;
     11  height: 100px;
     12 }
     13 </style>
     14 
     15 <div></div>