summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-placeholder/input/placeholdershown-ref.html
blob: 0036552fb6478b685693640fd10e9bb67f1d699e (plain)
1
2
3
4
5
6
7
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'>