tor-browser

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

inline-box-border-line-break-ref.html (569B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3  <link
      4    rel="help"
      5    href="https://drafts.csswg.org/css2/#inline-formatting"
      6  />
      7  <link rel="help" href="https://github.com/servo/servo/pull/32486" />
      8  <link rel="author" href="mrobinson@igalia.com" />
      9  <link rel="author" href="atbrakhi@igalia.com" />
     10  <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
     11  <body>
     12 
     13    <div style="width: 80px; outline: solid 1px black; font: 20px/1 Ahem;">
     14      xx
     15      <div style="display: inline-block; padding-left: 50px;">x</div>
     16       xx
     17    </div>
     18 
     19  </body>
     20 </html>