2010-02-26 10:47:38 -08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<!-- Test placeholder behavior when textarea is too small -->
|
|
|
|
<body>
|
2010-10-19 06:11:07 -07:00
|
|
|
<textarea cols="5" rows="3" placeholder="my placeholder"></textarea>
|
2010-02-26 10:47:38 -08:00
|
|
|
</body>
|
|
|
|
</html>
|