tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

text-align-end-ref-006.html (662B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <head>
      4 <meta charset="utf-8">
      5 <title>text-align: end, direction: ltr</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 is identical.</div>
     14 <div style="direction: rtl;">
     15 <div class="ref">REF REF REF REF REF REF REF REF</div>
     16 <div class="ref">REF REF REF REF REF REF REF REF</div>
     17 </div>
     18 </body>
     19 </html>