diff options
Diffstat (limited to 'layout/reftests/bugs/776265-1a.html')
-rw-r--r-- | layout/reftests/bugs/776265-1a.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/reftests/bugs/776265-1a.html b/layout/reftests/bugs/776265-1a.html new file mode 100644 index 0000000000..a22867dc10 --- /dev/null +++ b/layout/reftests/bugs/776265-1a.html @@ -0,0 +1,19 @@ +<!DOCTYPE HTML> +<html> +<head> +<title>Testcase for bug 776265 - checks min-height with box-sizing: border-box</title> +<style type="text/css"> +textarea { + float: left; + height: 40px; + width: 50px; + min-height: 50px; + border: 1px solid #aaa; + padding: 4px; + box-sizing: border-box; +} +</style> +</head> +<body><textarea></textarea> +</body> +</html> |