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

8 lines
187 B
HTML
Raw Normal View History

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