1 <body style=
"overflow: hidden;">
2 <div><textarea rows=
"100000000"></textarea></div>
4 <textarea style=
"display: block; width: 100%" rows=
"100000000"></textarea>
5 <div id=
"target" style=
"display: inline-block; width: 300px; height: 150px; float: left;"></div>
6 <textarea style=
"display: block;" rows=
"100000000"></textarea>
10 document
.body
.offsetTop
;
11 document
.getElementById("target").style
.display
= "none";