diff options
Diffstat (limited to 'layout/reftests/forms/input/hidden/border.html')
-rw-r--r-- | layout/reftests/forms/input/hidden/border.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/forms/input/hidden/border.html b/layout/reftests/forms/input/hidden/border.html new file mode 100644 index 0000000000..ce7dcb2ca4 --- /dev/null +++ b/layout/reftests/forms/input/hidden/border.html @@ -0,0 +1,14 @@ +<!doctype html> +<html> +<head> +<style type="text/css"> +input { + display: block; + border: 1px solid #000; +} +</style> +</head> +<body> +<input type="hidden"> +</body> +</html> |