summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/placeholder/placeholder-1-text.html
blob: 30df2f34844f1fd326ed5f2c349e695525d867fc (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html>
  <!-- Test: placeholder should be used by input text elements -->
  <link rel='stylesheet' type='text/css' href='placeholder-style.css'>
  <body>
    <input type="text" value="" placeholder="my placeholder">
  </body>
</html>