tor-browser

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

275625.html (261B)


      1 <html><head><title>Testcase bug 275625 - Crash with a:hover, a:hover+br{display:table-row;}</title>
      2 <style>
      3 a:hover, a:hover+br{display:table-row;}
      4 </style>
      5 </head>
      6 <body>
      7 <a href="#">Hovering over the link should not crash Mozilla</a><br>
      8 </body></html>