placeholdershown-ref.html (384B)
1 <!DOCTYPE html> 2 <link rel='stylesheet' href='style-shown.css'> 3 <input class='shown-ref' value='foo'> 4 <input type="number" class='shown-ref' placeholder='foo'> 5 <input type="email" class='shown-ref' placeholder='foo'> 6 <input type="search" class='shown-ref' placeholder='foo'> 7 <input type="tel" class='shown-ref' placeholder='foo'> 8 <input type="url" class='shown-ref' placeholder='foo'>