tor-browser

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

block-in-inline-baseline-001.html (438B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level" />
      3 <link rel="match" href="block-in-inline-baseline-001-ref.html"/>
      4 <link rel="author" title="Koji Ishii" href="mailto:kojii@chromium.org" />
      5 <body>
      6  text
      7  <div style="display: inline-block; background: orange; width: 100px;">
      8    content
      9    <span>
     10      <div style="border: solid; height: 20px;"></div>
     11    </span>
     12  </div>
     13 </body>