summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/275625.html
blob: 369c5aa5189a9707b23d4ea2f85e2a607c408dc1 (plain)
1
2
3
4
5
6
7
8
<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>