Files
UXP-Fixed/layout/forms/crashtests/323499-1.html
T
2018-02-02 04:16:08 -05: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>