gecko/layout/html/tests/formctls/bugs/bug70251-2.html

16 lines
492 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<title>Testcase</title>
</head>
<body>
<form style="border-bottom: 1px solid #000; background-color: #ccc;">
<input type="text" ><input type="checkbox"><input type="radio"><input type="password"><input type="file"><input type="submit"><input type="reset"><input type="button" value="TypeButton"><button>Button</button>
</form>
</body>
</html>