tor-browser

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

text-wrap-balance-line-clamp-003-ref.html (520B)


      1 <!DOCTYPE html>
      2 <html lang="en" >
      3 <meta charset="utf-8">
      4 <title>CSS Test reference</title>
      5 <link rel='author' title='Andreu Botella' href='mailto:abotella@igalia.com'>
      6 <style>
      7 div {
      8    border: solid;
      9    font-family: monospace;
     10    margin: 1ch;
     11    width: 9.1ch;
     12 }
     13 .test {
     14    border-color: blue;
     15 }
     16 .ref {
     17    border-color: orange;
     18 }
     19 </style>
     20 
     21 <p>Test passes if the box with a blue frame is identical to the orange one.
     22 
     23 <div class=test>1 2 3<br>4 5 6<br>7 8 9…</div>
     24 
     25 <div class=ref>1 2 3<br>4 5 6<br>7 8 9…</div>