summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/placeholder/placeholder-rtl-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/forms/placeholder/placeholder-rtl-ref.html')
-rw-r--r--layout/reftests/forms/placeholder/placeholder-rtl-ref.html9
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 0000000000..91812d0cee
--- /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>
+