summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-placeholder/input/placeholdershown-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/css-placeholder/input/placeholdershown-ref.html')
-rw-r--r--layout/reftests/css-placeholder/input/placeholdershown-ref.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/css-placeholder/input/placeholdershown-ref.html b/layout/reftests/css-placeholder/input/placeholdershown-ref.html
new file mode 100644
index 0000000000..0036552fb6
--- /dev/null
+++ b/layout/reftests/css-placeholder/input/placeholdershown-ref.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<link rel='stylesheet' href='style-shown.css'>
+<input class='shown-ref' value='foo'>
+<input type="number" class='shown-ref' placeholder='foo'>
+<input type="email" class='shown-ref' placeholder='foo'>
+<input type="search" class='shown-ref' placeholder='foo'>
+<input type="tel" class='shown-ref' placeholder='foo'>
+<input type="url" class='shown-ref' placeholder='foo'>