tor-browser

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

line-breaking-024-ref.html (798B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Text Test: fallback line breaking (Khmer)</title>
      4 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
      5 <style>
      6 div {
      7    border-right: 6em solid;
      8    width: 6em;
      9 }
     10 .test {
     11    white-space: pre;
     12    color: blue;
     13 }
     14 .ref {
     15    white-space: pre;
     16    color: orange;
     17 }
     18 </style>
     19 
     20 <p>This test passes if the <strong>blue text wraps</strong> into more that one line, making it <strong>different</strong> from the orange one.
     21 
     22 
     23 <div class=test lang="km">ការទទួលស្គាល់សេចក្ដីថ្លៃថ្នូរជាប់ពីកំណើត</div>
     24 
     25 <div class=ref lang="km">ការទទួលស្គាល់សេចក្ដីថ្លៃថ្នូរជាប់ពីកំណើត</div>