gecko-dev/layout/reftests/bugs/423599-1.html
Mats Palmgren 297b9d70e1 Bug 1365614 part 3 - Backout bug 1333482 part 1-9. Removes support for [-webkit-]appearance for now b/c web compat issues. r=bz
MozReview-Commit-ID: IbwWM0FL6HF

--HG--
extra : source : bbb688fe1ba3f5201a190c6e25b693ef7272ea2d
2017-05-21 17:15:00 +08:00

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>