placeholder-11.html 258 B

123456789
  1. <!DOCTYPE html>
  2. <html>
  3. <!-- Test: placeholder shouldn't show new lines (&#10; version) -->
  4. <link rel='stylesheet' type='text/css' href='placeholder-style.css'>
  5. <body>
  6. <input type="text" value="" placeholder="my&#10; placeholder">
  7. </body>
  8. </html>