2 <div id=
"container" style=
"width: 400px; display: none;">
3 <span style=
"position: relative">
5 <div style=
"z-index: -1; position: absolute; width: 100px; height: 100px; background-color: green;"></div>
6 <div id=
"target" style=
"display: inline-block; width: 100px; height: 100px; background-color: red;"></div>
10 document
.body
.offsetTop
;
11 document
.getElementById("container").style
.removeProperty("display");
12 document
.body
.offsetTop
;
13 document
.getElementById("target").style
.height
= "0";