tor-browser

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

segment-break-transformation-unremovable-ref.html (569B)


      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 { font-family: ahem; } </style>
     10 </head>
     11 <body>
     12 <div>Test passes if there is <b>one</b> white space between 2nd and 3rd CJK character.
     13 <!--Some Hangul-->
     14 <p>&#x4e00;&#x4e9b;&nbsp;&#xc5b8;&#xbb38;</p>
     15 </div>
     16 </body>
     17 </html>