gecko/layout/forms/crashtests/323499-1.html
jruderman@hmc.edu 72a133ea96 Add crashtest
2007-12-16 16:52:49 -08:00

21 lines
175 B
HTML

<html>
<head>
<style>
select {
visibility: collapse;
}
body {
display: -moz-grid-group;
}
</style>
</head>
<body>
<select><option>a</option></select>
</body>
</html>