tor-browser

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

text-align-justifyall-ref-002.html (833B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <head>
      4 <meta charset="utf-8">
      5 <title>text-align: justify-all, 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: 510px; color: orange; font: 30px/1 Ahem; word-spacing: 20px; }
     10 div.last-line { word-spacing: 90px; }
     11 </style>
     12 </head>
     13 <body>
     14 <div id='instructions'>Test passes if the shading in both orange boxes is identical.</div>
     15 <div style="direction: rtl;">
     16 <div class="ref"><div>REF REF REF REF</div><div>REF REF REF REF</div><div class="last-line">REF REF REF </div></div>
     17 <div class="ref"><div>REF REF REF REF</div><div>REF REF REF REF</div><div class="last-line">REF REF REF </div></div>
     18 </div>
     19 </body>
     20 </html>