gecko/layout/reftests/forms/input-hidden-border.html

15 lines
168 B
HTML
Raw Normal View History

2009-06-18 13:12:05 -07:00
<!doctype html>
<html>
<head>
<style type="text/css">
input {
display: block;
border: 1px solid #000;
}
</style>
</head>
<body>
<input type="hidden">
</body>
</html>