mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
6b0829d877
--HG-- extra : rebase_source : f9b5b2f7136c71bdbb9fae5e0d9819a6dba88c64
15 lines
396 B
HTML
15 lines
396 B
HTML
<html>
|
|
<head><style>
|
|
select { visibility: hidden; }
|
|
select.unthemed { -moz-appearance: none; margin: 2px 0 2px 0}
|
|
</style></head>
|
|
<body>
|
|
<div style="background: lightblue">
|
|
<select class="unthemed"></select><!--
|
|
No space here to make this more robust
|
|
in the face of different default fonts
|
|
--><select></select>
|
|
</div>
|
|
</body>
|
|
</html>
|