text-align-start-ref-005.html (629B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <title>text-align: start, direction: rtl</title> 6 <link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'> 7 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css"> 8 <style type='text/css'> 9 .ref { border: 1px solid orange; margin: 20px; width: 300px; color: orange; font: 25px/1 Ahem; text-align: right; } 10 </style> 11 </head> 12 <body> 13 <div id='instructions'>Test passes if the shading in both orange boxes looks the same.</div> 14 <div class="ref">REF REF REF REF REF REF REF REF</div> 15 <div class="ref">REF REF REF REF REF REF REF REF</div> 16 </body> 17 </html>