bzbarsky%mit.edu b207cbf645 Adding more testcases
git-svn-id: svn://10.0.0.236/trunk@195335 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-25 04:38:25 +00:00

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>