summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/placeholder/placeholder-12.html
blob: 7cfd00a0eb60626ab9fb019c0719e29a68652065 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html>
  <!-- Test: placeholder shouldn't show new lines (&#13; version) -->
  <link rel='stylesheet' type='text/css' href='placeholder-style.css'>
  <body>
    <input type="text" value="" placeholder="my&#13; placeholder">
  </body>
</html>