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

9 строки
250 B
HTML

<!DOCTYPE html>
<html>
<!-- Test: placeholder should be used by input text elements -->
<link rel='stylesheet' type='text/css' href='placeholder-style.css'>
<body>
<input type="text" value="" placeholder="my placeholder">
</body>
</html>