tor-browser

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

cross-fade-legacy-2-crash.html (436B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>CSS Images Test: Legacy cross-fade syntax unresolvable at parse time crashes Chrome</title>
      5    <link rel="help" href="https://crbug.com/40946458">
      6    <style>
      7      .test { background-image: -webkit-cross-fade(none, none, calc(13% + 1% * sign(1em - 1px))); }
      8    </style>
      9  </head>
     10  <body>
     11    <div class="test"></div>
     12    <p>Test passes if the browser does not crash.</p>
     13  </body>
     14 </html>