mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 00:25:27 +00:00
21 lines
175 B
HTML
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> |