diff options
Diffstat (limited to 'layout/reftests/forms/placeholder/placeholder-rtl.html')
-rw-r--r-- | layout/reftests/forms/placeholder/placeholder-rtl.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/forms/placeholder/placeholder-rtl.html b/layout/reftests/forms/placeholder/placeholder-rtl.html new file mode 100644 index 0000000000..5898ed55c7 --- /dev/null +++ b/layout/reftests/forms/placeholder/placeholder-rtl.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<html dir='rtl'> + <link rel='stylesheet' type='text/css' href='placeholder-style.css'> + <body> + <input placeholder='foo'> + <textarea placeholder='foo'></textarea> + </body> +</html> |