8 <p>Test passes if you can see
"Pass" in textarea.
</p>
9 <textarea placeholder=
"A long placeholder that gets hidden should make the textarea non-scrollable.">Pass
</textarea>
11 var textarea
= document
.querySelector("textarea");
12 textarea
.scrollTop
= textarea
.scrollHeight
;