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