tor-browser

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

hyphens-overflow-001.html (729B)


      1 <!DOCTYPE html>
      2 <title>CSS Text Test: Test when soft-hyphen overflows</title>
      3 <link rel="match" href="reference/hyphens-overflow-001-ref.html">
      4 <link rel="help" href="https://drafts.csswg.org/css-text-3/#hyphens-property">
      5 <link rel="author" href="mailto:kojii@chromium.org">
      6 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      7 <style>
      8 div {
      9  font-size: 10px;
     10  font-family: Ahem;
     11  width: 5.1ch;
     12  border: 1px solid blue;
     13 }
     14 </style>
     15 <body>
     16  <div>12 4&shy;xx</div>
     17  <div>12 45&shy;xx</div>
     18  <div>12 456&shy;xx</div>
     19  <div>1234&shy;xx</div>
     20  <div>12345&shy;xx</div>
     21  <div>123456&shy;xx</div>
     22 
     23  <div style="width: 10ch"><span>ren&shy;for&shy;cer</span>99999</div>
     24  <div><span>00&shy;1</span>222</div>
     25 </body>