<!DOCTYPE html>
<style>
textarea {
line-height: 20px;
height: 20px;
}
</style>
<p>Test passes if you can see "Pass" in textarea.</p>
<textarea>Pass</textarea>
<!DOCTYPE html>
<style>
textarea {
line-height: 20px;
height: 20px;
}
</style>
<p>Test passes if you can see "Pass" in textarea.</p>
<textarea>Pass</textarea>