tor-browser

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

will-change-contents-crash.html (430B)


      1 <!DOCTYPE html>
      2 <head>
      3  <title>CSS will-change contents: Chrome crash with partial cache hit</title>
      4  <link rel="author" href="mailto:sesse@chromium.org">
      5  <link rel="help" href="https://crbug.com/1469858">
      6 </head>
      7 <body>
      8  <div style="color: blue;"><div style="will-change: contents;">Test passes</div></div>
      9  <div style="color: fuchsia;"><div style="will-change: contents;">if it does not crash.</div></div>
     10 </body>
     11 </html>