1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 19:38:36 +00:00
Files
UXP/layout/reftests/forms/input/hidden/border.html
T

15 lines
168 B
HTML

<!doctype html>
<html>
<head>
<style type="text/css">
input {
display: block;
border: 1px solid #000;
}
</style>
</head>
<body>
<input type="hidden">
</body>
</html>