tor-browser

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

ruby-intrinsic-isize-002-ref.html (550B)


      1 <!DOCTYPE html>
      2 <html lang="ja">
      3 <meta charset="UTF-8">
      4 <title>Intrinsic ISize calculation of ruby</title>
      5 <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
      6 <link rel="author" title="Mozilla" href="https://www.mozilla.org">
      7 <style>
      8  div {
      9    display: inline-block;
     10    border: 1px solid black;
     11  }
     12 </style>
     13 <p>No line break should happen in any block, and the content should just fit in the block.</p>
     14 
     15 <div>
     16  ABC DEF
     17 </div>
     18 <div>
     19  XYZ ABCDEF XYZ
     20 </div>
     21 
     22 <div>
     23  あい うえ
     24 </div>
     25 <div>
     26  お あいうえ お
     27 </div>
     28 <br>