summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/placeholder/placeholder-3.html
blob: b58f7ca72f88771212ad8ec66fe5adacd6bb9b7e (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<html>
  <!-- Test: value has to be shown when not null -->
  <body>
    <input type="text" value="my value" placeholder="my placeholder">
  </body>
</html>