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