tor-browser

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

segment-break-transformation-removable-ref.html (788B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>CSS Text 4.1.2. Segment Break Transformation Rules</title>
      6 <link rel="author" title="Chun-Min (Jeremy) Chen" href="mailto:jeremychen@mozilla.com">
      7 <link rel="author" title="Mozilla" href="https://www.mozilla.org">
      8 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
      9 <style> p { line-height: 1; font-family: ahem; text-autospace: no-autospace; } </style>
     10 </head>
     11 <body>
     12 <div>Test passes if there is <b>no</b> white space between 2nd and 3rd CJK character.
     13 <!--Some Chinese-->
     14 <p>&#x4e00;&#x4e9b;&#x4e2d;&#x6587;</p>
     15 <!--Some Chinese-->
     16 <p>&#x4e00;&#x4e9b;&#x4e2d;&#x6587;</p>
     17 <!--Some Chinese-->
     18 <p>&#x4e00;&#x4e9b;&#x4e2d;&#x6587;</p>
     19 <!--Some Hangul-->
     20 <p>&#x4e00;&#x4e9b;&#xc5b8;&#xbb38;</p>
     21 </div>
     22 </body>
     23 </html>