tenfourfox/layout/tables/crashtests/275625.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

8 lines
261 B
HTML

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