gecko/layout/html/tests/formctls/base/input_button_overconstrained.html

20 lines
955 B
HTML

<html>
<head>
<title>input problem</title>
</head>
<body>
<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>
<hr>
<input type="button" style="" value="My Fair Button"><br>
<input type="button" style="width: 1.5em" value="My Fair Button"><br>
<input type="button" style="width: 1.5em;padding:0" value="My Fair Button"><br>
<input type="button" style="width: 1.5em;padding:0;margin:0; font-weight: bold" value="My Fair Button"><br>
<input type="button" style="width: 1.5em; padding:0.2em; margin:0;font-weight:bold;" value="My Fair Button"><br>
</body>
</html>