gecko-dev/layout/tables/crashtests/275625.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 строки
261 B
HTML
Исходник Обычный вид История

2013-12-23 20:51:56 +04:00
<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>