tor-browser

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

text-align-match-parent-root-rtl.html (644B)


      1 <!DOCTYPE html>
      2 <html dir="rtl">
      3  <head>
      4    <title>CSS Text: text-align: match-parent</title>
      5    <link rel="author" title="Simon Montagu" href="mailto:smontagu@mozilla.com">
      6    <link rel="help" href="http://www.w3.org/TR/css-text-3/#text-align-property">
      7    <meta name="assert" content="Text checks that
      8      text-align: match-parent on a root element with dir=rtl is
      9      equivalent to text-align: start">
     10    <link rel="match" href="text-align-match-parent-root-rtl-ref.html">
     11    <style type="text/css">
     12 html { text-align: match-parent; }
     13    </style>
     14  </head>
     15  <body>
     16    <p>This line should be aligned right</p>
     17  </body>
     18 </html>