tor-browser

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

small-aspect-ratio-crash.html (291B)


      1 <!DOCTYPE html>
      2 <title>CSS aspect-ratio: Doesn't crash with small but nonzero width/height in ratio</title>
      3 <link rel="help" href="https://drafts.csswg.org/css-sizing-4/#aspect-ratio">
      4 <div style="aspect-ratio: 1/0.00000000000001"></div>
      5 <div style="aspect-ratio: 0.00000000000001/1"></div>