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

8 lines
187 B
HTML
Raw Normal View History

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