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