diff options
Diffstat (limited to 'layout/reftests/forms/placeholder/placeholder-6-textarea.html')
-rw-r--r-- | layout/reftests/forms/placeholder/placeholder-6-textarea.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/forms/placeholder/placeholder-6-textarea.html b/layout/reftests/forms/placeholder/placeholder-6-textarea.html new file mode 100644 index 0000000000..b56cb04789 --- /dev/null +++ b/layout/reftests/forms/placeholder/placeholder-6-textarea.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<html> + <!-- Test placeholder behavior when textarea is too small --> + <link rel='stylesheet' type='text/css' href='placeholder-style.css'> + <body> + <textarea cols="5" rows="3" placeholder="my placeholder"></textarea> + </body> +</html> |