tor-browser

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

overflow-inline-block-with-opacity.html (430B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://drafts.csswg.org/css-color-4/#propdef-opacity">
      3 <link rel="help" href="https://crbug.com/1237054">
      4 <link rel="author" title="mailto:kojii@chromium.org">
      5 <link rel="match" href="reference/overflow-inline-block-with-opacity-ref.html">
      6 <style>
      7  span { opacity: 0.99; }
      8  #button { display: inline-block; inline-size: 0px; }
      9 </style>
     10 <span>
     11  <div id="button">hello world</div>
     12 </span>