tor-browser

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

text-align-inline-end-crash.html (356B)


      1 <!DOCTYPE html>
      2 <title>CSS Text: Don't crash with text-align-[last,all]:inline-end</title>
      3 <link rel="help" href="https://drafts.csswg.org/css-text/#text-align-property">
      4 <link rel="help" href="https://crbug.com/1313002">
      5 <style>
      6  div {
      7    text-align: inline-end;
      8    text-align-all: inline-end;
      9    text-align-last: inline-end;
     10  }
     11 </style>
     12 <div></div>