bidi-glyph-mirroring-002.xht (1221B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>CSS Test: unicode-bidi: bidi-override - glyph mirroring</title> 5 <link rel="author" title="Eira Monstad, Opera Software ASA" href="mailto:public-testsuites@opera.com"/> 6 <link rel="reviewer" title="GĂ©rard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-03-14 --> 7 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#bidi-algo"/> 8 <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#direction"/> 9 <link rel="help" href="http://unicode.org/reports/tr9/#Mirroring"/> 10 <link rel="match" href="bidi-glyph-mirroring-002-ref.xht" /> 11 12 <meta name="assert" content="Glyph mirroring of characters with unicode Bidi_Mirrored property should be performed direction:rtl is applied"/> 13 <style type="text/css"><![CDATA[ 14 div { 15 direction:rtl; 16 text-align: left; 17 } 18 ]]></style> 19 </head> 20 <body> 21 22 <p>Test passes if the 2 lines are <strong>identical</strong>.</p> 23 <p>(a b א) c d</p> 24 25 <div> 26 c d (א a b) 27 </div> 28 29 </body> 30 </html>