summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/placeholder/placeholder-6.html
blob: 774aa35d4d69084517071742516e3694bf55ce0f (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html>
  <!-- Test placeholder behavior when input is too small -->
  <link rel='stylesheet' type='text/css' href='placeholder-style.css'>
  <body>
    <input type="text" size="5" value="" placeholder="my placeholder">
  </body>
</html>