text-align-justify-ref-001.html (865B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <title>text-align: justify, 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: 450px; color: orange; font: 25px/1 Ahem; } 10 </style> 11 </head> 12 <body> 13 <div id='instructions'>Test passes if the shading in both orange boxes is the same.</div> 14 <div class="ref"> 15 <div style="word-spacing: 1em;">REF REF REF REF</div> 16 <div style="word-spacing: 1em;">REF REF REF REF</div> 17 <div style="text-align: right;">REF REF REF</div> 18 </div> 19 <div class="ref"> 20 <div style="word-spacing: 1em;">REF REF REF REF</div> 21 <div style="word-spacing: 1em;">REF REF REF REF</div> 22 <div style="text-align: right;">REF REF REF</div> 23 </div> 24 </body> 25 </html>