tor-browser

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

shape-outside-circle-integer-overflow-crash.html (420B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Mozilla" href="http://www.mozilla.org/">
      3 <link rel="help" href="https://drafts.csswg.org/css-shapes-1/#supported-basic-shapes">
      4 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1758824">
      5 
      6 <style>
      7 #a {
      8  float: right;
      9  padding: 30em;
     10  shape-outside: margin-box circle(81% at -1px 0px);
     11 }
     12 </style>
     13 <output>
     14 <shadow id="a">
     15 <svg>
     16 </shadow>
     17 <marquee></marquee>