repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
forms
/
textarea-scroll-height.html
blob
92691c843fc73f626fbe37b9c6055e19924aea6e
1
<textarea
id
=
"area"
style
=
"width:200px;height:200px"
>
2
Lots of content.
3
Lots of content.
4
Lots of content.
5
Lots of content.
6
7
Lots of content.
8
Lots of content.
9
10
Lots of content.
11
Lots of content.
12
13
Lots of content.
14
Lots of content.
15
16
Lots of content.
17
Lots of content.
18
19
Lots of content.
20
Lots of content.
21
22
Lots of content.
23
Lots of content.
24
25
</textarea>
26
<script>
27
document
.
write
(
document
.
getElementById
(
'area'
).
scrollWidth
+
" "
+
document
.
getElementById
(
'area'
).
scrollHeight
);
28
</script>