tor-browser

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

text-indent-each-line-crash.html (153B)


      1 <style>
      2 *:scope {
      3  text-indent: 41% each-line;
      4  columns: 0;
      5 }
      6 #a {
      7  float: right;
      8  writing-mode: tb;
      9 }
     10 </style>
     11 <shadow id="a">
     12 A
     13 </shadow>
     14 <details>