tor-browser

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

premature-comment-crash.html (274B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>CSS value parser: Crash if comment ends prematurely</title>
      5    <link rel="help" href="https://crbug.com/340919085">
      6    <style>#a{color:/*}</style>
      7  </head>
      8  <body>
      9    <p>Test passes if it does not crash.</p>
     10  </body>
     11 </html>