text-indent-rtl-002-ref.xht (1097B)
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 width: 40em; 12 } 13 #div2 14 { 15 font-family: Ahem; 16 line-height: 1em; 17 margin-right: -5em; 18 width: 30em; 19 } 20 #div3 21 { 22 background: blue; 23 height: 1em; 24 float: right; 25 margin-right: -5em; 26 width: 5em; 27 } 28 </style> 29 </head> 30 <body> 31 <p>Test passes if the black box below is directly above the blue box.</p> 32 <div id="div1"> 33 <div id="div2">XXXXX</div> 34 <div id="div3"></div> 35 </div> 36 </body> 37 </html>