summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/hidden/border.html
blob: ce7dcb2ca40f7005269aea5bf9eee6ffe4e302b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<html>
<head>
<style type="text/css">
input {
 display: block;
 border: 1px solid #000;
}
</style>
</head>
<body>
<input type="hidden">
</body>
</html>