tor-browser

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

hanging-punctuation-first-002.html (741B)


      1 <!doctype html>
      2 <html lang=en>
      3 <meta charset="utf-8">
      4 <title>CSS Test: hanging-punctuation - first, U+3000</title>
      5 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
      6 <link rel="match" href="reference/hanging-punctuation-first-002-ref.html"/>
      7 <link rel="help" href="https://drafts.csswg.org/css-text-3/#hanging-punctuation-property">
      8 <meta name="assert" content="hanging-punctuation: first hangs U+300 IDEOGRAPHIC SPACE " >
      9 <style>
     10 .test {
     11    hanging-punctuation: first;
     12 }
     13 div { /*not part of the test, just to make things more visually obvious*/
     14    line-height: 1;
     15    font-size: 40px;
     16 }
     17 </style>
     18 
     19 <p>Test passes if the up and down arrows below are aligned.
     20 
     21 <div class=test> ↓</div>
     22 <div class=ref></div>