tor-browser

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

trailing-ogham-001-ref.html (604B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Text level 3 Test Reference</title>
      4 <link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
      5 <style>
      6 div {
      7    border: solid;
      8    width: min-content;
      9 }
     10 .soft-wrap { border-color: blue; }
     11 .hard-break { border-color: orange; }
     12 
     13 </style>
     14 
     15 <p>Test passes if the content of the blue and orange boxes is identical to that of the black box.
     16 
     17 <div class=soft-wrap>᚛ᚑᚌᚐᚋ᚜<br>᚛ᚑᚌᚐᚋ᚜</div>
     18 <div class=hard-break>᚛ᚑᚌᚐᚋ᚜<br>᚛ᚑᚌᚐᚋ᚜</div>
     19 <div class=ref>᚛ᚑᚌᚐᚋ᚜<br>᚛ᚑᚌᚐᚋ᚜</div>