tenfourfox/layout/forms/crashtests/323499-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07: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>