gecko/layout/reftests/forms/placeholder/placeholder-11.html

8 lines
187 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<!-- Test: placeholder shouldn't show new lines (&#10; version) -->
<body>
<input type="text" value="" placeholder="my&#10; placeholder">
</body>
</html>