tenfourfox/layout/reftests/forms/placeholder/placeholder-6-textarea.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

9 lines
258 B
HTML

<!DOCTYPE html>
<html>
<!-- Test placeholder behavior when textarea is too small -->
<link rel='stylesheet' type='text/css' href='placeholder-style.css'>
<body>
<textarea cols="5" rows="3" placeholder="my placeholder"></textarea>
</body>
</html>