tor-browser

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

inline-element-size-ref.html (425B)


      1 <!DOCTYPE html>
      2 <html>
      3 <title>View transitions: capture elements with display inline (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 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      7 
      8 <style>
      9 body {
     10  background: pink;
     11  font: 20px/1 Ahem;
     12 }
     13 #box {
     14  background: green;
     15 }
     16 
     17 </style>
     18 
     19 <span id=box>BOX</span>
     20 
     21 </html>