Backed out changeset 496886cb30a5 (bug 1867152) for bc failures on browser_user_input...
[gecko.git] / layout / tables / crashtests / 275625.html
blob369c5aa5189a9707b23d4ea2f85e2a607c408dc1
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>