blob: 57a1b8f74efea93be24f91572648fe00fb47239b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html>
<body onload="document.querySelector('textarea').style.overflow='hidden'">
<textarea rows="2">
this
is
a
textarea
with
overflow
</textarea>
</body>
</html>
|