tor-browser

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

hyphens-auto-wordbreak-breakall-crash.html (377B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <meta name="assert"
      4      content="hyphens:auto + word-break:break-all should not assert/crash">
      5 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1945227">
      6 
      7 <style>
      8 .test {
      9  width: 1em;
     10  hyphens: auto;
     11  word-break: break-all;
     12 }
     13 </style>
     14 
     15 <body lang="en">
     16 <div class="test">
     17 supercalifragilisticexpialidocious
     18 </div>