gecko/layout/reftests/forms/placeholder/placeholder-1-text.html

8 lines
179 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<!-- Test: placeholder should be used by input text elements -->
<body>
<input type="text" value="" placeholder="my placeholder">
</body>
</html>