gecko/layout/reftests/bugs/180085-1-ref.html

15 lines
405 B
HTML
Raw Normal View History

2007-07-06 09:03:27 -07:00
<!DOCTYPE html>
<html>
<head>
<style>
input { -moz-appearance: none; }
</style>
2007-07-06 09:03:27 -07:00
<body>
<input type="button" style="width: 1.5em; padding: 0" value="M"><br>
<input type="button" style="width: 1.5em; padding: 0" value="M"><br>
<input type="button" style="width: 1.5em; padding: 0" value="Long Text"><br>
<input type="button" style="width: 1.5em; padding: 0" value="Long Text"><br>
</body>
</html>