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

8 lines
182 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<!-- Test placeholder behavior when input is too small -->
<body>
<input type="text" size="5" value="" placeholder="my placeholder">
</body>
</html>