full-width-001-nofullwidth-notref.html (908B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>CSS Test Reference</title> 6 <link rel="author" title="Masataka Yakura" href="http://google.com/+MasatakaYakura"> 7 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> 8 <meta content="asis" name="flags"> 9 <style> 10 div 11 { 12 font-size: 64px; 13 writing-mode: vertical-rl; 14 } 15 16 div > p 17 { 18 border: black solid 1px; 19 } 20 </style> 21 </head> 22 <body> 23 24 <p>Test passes if the glyphs in the 3 rectangles have the <strong>same order</strong>, the <strong>same orientation</strong> and the <strong>same layout</strong>; a different inter-character spacing is considered as PASS.</p> 25 26 <div> 27 28 <p>4月</p> 29 30 <!-- 4 is the ISO-Latin1 digit 4 --> 31 32 <p>4月</p> 33 34 <!-- 4 is the FULLWIDTH DIGIT 4 (≈ <wide> 0034 4)--> 35 36 <p>4月</p> 37 38 </div> 39 40 </body> 41 </html>