tor-browser

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

text-align-match-parent-root-ltr.html (670B)


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