Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: (os == 'android')
- Manifest: layout/reftests/forms/placeholder/reftest.list
<!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>