tor-browser

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

word-break-break-all-ref-032.html (927B)


      1 <!DOCTYPE html>
      2 <html lang="en" >
      3 <head>
      4 <meta charset="utf-8">
      5 <title>word-break: keep-all, korean (Hangul Jamos)</title>
      6 <link rel='author' title='Makoto Kato' href='mailto:m_kato@ga2.so-net.ne.jp'>
      7 <style type='text/css'>
      8 .test { word-break: break-all; }
      9 /* the CSS below is not part of the test */
     10 .test, .ref { border: 1px solid orange;  margin: 20px;  padding: 10px; width: 390px; font: 36px/1 sans-serif; }
     11 </style>
     12 </head>
     13 <body>
     14 <div id='instructions'>Test passes if the two orange boxes are the same.</div>
     15 <div class="ref" lang="ko"><span>&#x110B;&#x1162;&#x1100;&#x1175;&#x1111;&#x1161;&#x11AB;&#x1103;&#x1161; &#x110B;&#x1162;&#x1100;&#x1175;&#x1111;&#x1161;&#x11AB;<br/>&#x1103;&#x1161;</span></div>
     16 <div class="ref" lang="ko"><span>&#x110B;&#x1162;&#x1100;&#x1175;&#x1111;&#x1161;&#x11AB;&#x1103;&#x1161; &#x110B;&#x1162;&#x1100;&#x1175;&#x1111;&#x1161;&#x11AB;<br/>&#x1103;&#x1161;</span></div>
     17 </body>
     18 </html>