tor-browser

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

webkit-line-clamp-bug-1926732-crash.html (339B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <meta name="assert" content="Should load without asserting/crashing">
      4 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1926732">
      5 
      6 <style>
      7 #a {
      8  display: -webkit-inline-box;
      9  -webkit-line-clamp: 1;
     10  -webkit-box-orient: vertical;
     11 }
     12 </style>
     13 
     14 <div id="a">abc<details>foo</details>