mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 03:43:16 +09:00
8 lines
No EOL
254 B
HTML
8 lines
No EOL
254 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> |