2 <body style='margin:
8px'
>
4 <div style=
"position: absolute; width: 150px; height: 150px; border: 5px solid green;">
5 <div style=
"position: relative; width: 50px; height: 50px; border:13px solid blue; padding:12px;margin:10px">
6 <div id='x'
style=
"border:2px solid red">
12 if (window
.testRunner
)
13 testRunner
.dumpAsText();
15 var el
= document
.getElementById('x');
17 document
.write('<br>-------------------------------------------------offsetLeft:'+el
.offsetLeft
);
20 el
= document
.getElementById('x');
22 document
.write('<br>-------------------------------------------------offsetTop:'+el
.offsetTop
);