tor-browser

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

removing-collapsible-spaces-before-float-crash.html (356B)


      1 <!DOCTYPE html>
      2 <title>CSS Text Test: Removing collapsible space before a float element cause Chrome to crash</title>
      3 <link rel="help" href="https://crbug.com/1131470">
      4 <style type="text/css">
      5    .CLASS9 {
      6        zoom:1.3%;
      7        padding:8589934592%;
      8    }
      9    .CLASS13 { float:left; }
     10 </style>
     11 <b class="CLASS9">
     12 >
     13 a C
     14 </b>
     15 <input class="CLASS13"/>
     16 c