text-indent-rtl-001-ref.xht (944B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>test reference</title> 5 <meta name="flags" content="ahem" /> 6 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 7 <style type="text/css"> 8 #div1 9 { 10 direction: rtl; 11 font-family: Ahem; 12 line-height: 1em; 13 margin-right: 5em; 14 } 15 #div2 16 { 17 background: blue; 18 height: 1em; 19 float: right; 20 margin-right: 5em; 21 width: 5em; 22 } 23 </style> 24 </head> 25 <body> 26 <p>Test passes if the black box below is directly above the blue box.</p> 27 <div id="div1">XXXXX</div> 28 <div id="div2"></div> 29 </body> 30 </html>