tor-browser

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

text-transform-fullwidth-002-ref.xht (1546B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      2 
      3 <html xmlns="http://www.w3.org/1999/xhtml">
      4 
      5  <head>
      6 
      7   <title>CSS Reference Test</title>
      8 
      9   <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
     10 
     11 
     12   <meta name="DC.date.created" content="2017-01-11T09:54:03+11:00" scheme="W3CDTF" />
     13   <meta name="DC.date.modified" content="2017-01-12T09:54:03+11:00" scheme="W3CDTF" />
     14 
     15   <style type="text/css"><![CDATA[
     16   div
     17     {
     18       font-size: 32px;
     19       writing-mode: vertical-rl;
     20     }
     21   ]]></style>
     22  </head>
     23 
     24  <body>
     25 
     26   <p>Test passes if the "Text sample" characters are translated upright and not rotated toward the righthand side.</p>
     27 
     28   <div>&#xFF34;&#xFF45;&#xFF58;&#xFF54;&#x3000;&#xFF53;&#xFF41;&#xFF4D;&#xFF50;&#xFF4C;&#xFF45;</div>
     29 
     30   <!--
     31   T = U+FF34 is the FULLWIDTH LATIN CAPITAL LETTER T
     32   e = U+FF45 is the FULLWIDTH LATIN SMALL LETTER E
     33   x = U+FF58 is the FULLWIDTH LATIN SMALL LETTER X
     34   t = U+FF54 is the FULLWIDTH LATIN SMALL LETTER T
     35 
     36       U+3000 is the fullwidth space character
     37 
     38   s = U+FF53 is the FULLWIDTH LATIN SMALL LETTER S
     39   a = U+FF41 is the FULLWIDTH LATIN SMALL LETTER A
     40   m = U+FF4D is the FULLWIDTH LATIN SMALL LETTER M
     41   p = U+FF50 is the FULLWIDTH LATIN SMALL LETTER P
     42   l = U+FF4C is the FULLWIDTH LATIN SMALL LETTER L
     43   e = U+FF45 is the FULLWIDTH LATIN SMALL LETTER E
     44 
     45   Halfwidth and Fullwidth Forms
     46   Range: FF00–FFEF
     47   http://www.unicode.org/charts/PDF/UFF00.pdf
     48   -->
     49 
     50  </body>
     51 </html>