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