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

19 lines
424 B
HTML
Raw Normal View History

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled</title>
<style type="text/css">
<!--
.from_button { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; background-color: #899EB3 }
-->
</style></head>
<body>
<form>
<input type="text"><input type="submit" style="width : 30px" value=" ok " class="frombutton">
</form>
</body>
</html>