tor-browser

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

text-indent-length-002.html (773B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Text Test: text-indent length</title>
      4 <link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com">
      5 <link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property">
      6 <link rel="match" href="reference/text-indent-length-002-ref.html">
      7 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      8 <style>
      9 article {
     10  font: 10px/1 Ahem;
     11  margin-bottom: 10px;
     12  text-indent: 10px;
     13 }
     14 </style>
     15 <article>
     16  X<br>X
     17 </article>
     18 <article>
     19  X<span style="white-space:pre">&#10;</span>X
     20 </article>
     21 <article>
     22  <div>X</div>
     23  <div>X</div>
     24  <div>X</div>
     25 </article>
     26 <article>
     27  <div>X</div>
     28  X
     29  <div>X</div>
     30  X
     31  <div>X</div>
     32 </article>
     33 <article>
     34  X
     35  <div>X</div>
     36  X
     37  <div>X</div>
     38  X
     39 </article>