gecko/layout/html/tests/formctls/bugs/bug180085-3.html

17 lines
485 B
HTML

<html>
<head>
<title>input problem</title>
</head>
<body>
<form>
<input type="button" style="" value="M"><br>
<input type="button" style="width: 1.5em" value="M"><br>
<input type="button" style="width: 1.5em;padding:0" value="M"><br>
<input type="button" style="width: 1.5em;padding:0;margin:0; font-weight: bold" value="M"><br>
<input type="button" style="width: 1.5em; padding:0.2em; margin:0;font-weight:bold;" value="M"><br>
</form>
</body>
</html>