mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
10 lines
286 B
HTML
10 lines
286 B
HTML
<html><head>
|
|
<title>Testcase bug 280217 - Crash on changing display type to table-row on hidden inputs</title>
|
|
<style>
|
|
body:hover input{display:table-row;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
Hovering over this text should not crash Mozilla
|
|
<input type="hidden"><input type="hidden">
|
|
</body></html> |