tor-browser

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

text-align-last-wins-001-ref.html (261B)


      1 <!doctype html>
      2 <html lang=en>
      3 <meta charset=utf-8>
      4 <title>test reference</title>
      5 <style>
      6 div {
      7  text-align: right;
      8  width: 300px;
      9  border: solid;
     10 }
     11 </style>
     12 
     13 <p>Test passes if the words below are aligned to the right of the box.
     14 
     15 <div>right<br>right</div>