tor-browser

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

text-align-last-010-ref.html (406B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Text Test Reference File</title>
      4 <link rel="author" title="Intel" href="http://www.intel.com">
      5 <style>
      6  div {
      7    border: 1px solid blue;
      8    direction: rtl;
      9  }
     10 </style>
     11 <body>
     12  <p>Test passes if the line of "FillerText" below is aligned to the right, inside the blue box.</p>
     13  <div>FillerText FillerText FillerText FillerText FillerText</div>
     14 </body>