<html>
<head>

<style>
select {
  visibility: collapse;
}

body {
  display: -moz-grid-group;
}

</style>
</head>

<body>

<select><option>a</option></select>

</body>
</html>