text-orientation-mixed-srl-016-ref.xht (1029B)
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 Reftest Reference</title> 8 9 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> 10 11 <style type="text/css"><![CDATA[ 12 @font-face 13 { 14 font-family: "mplus-1p-regular"; 15 src: url("/fonts/mplus-1p-regular.woff") format("woff"); 16 /* filesize: 803300 bytes (784.5 KBytes) */ 17 } 18 19 div 20 { 21 border: gray solid 1px; 22 font: bold 26px/32px "mplus-1p-regular"; 23 margin-bottom: 4px; 24 text-orientation: sideways; 25 writing-mode: vertical-rl; 26 } 27 ]]></style> 28 29 </head> 30 31 <body> 32 33 <p>Test passes if the glyphs in both rectangles have the <strong>same order</strong>, the <strong>same orientation</strong> and the <strong>same layout</strong>.</p> 34 35 <div>月火水Abc<br />def木金土</div> 36 37 <div>月火水Abc<br />def木金土</div> 38 39 </body> 40 </html>