4 <style type=
"text/css">
11 <script type=
"text/javascript">
13 document
.getElementById('outerbox').scrollTop
=1000;
14 document
.getElementById('outerbox').style
.overflow
='visible';
18 <body onload=
"test();">
20 <span style=
"position:absolute;">Absolute
</span><span style=
"position:relative;left:100px;">Relative
</span><br/>
21 This test is successful if both words in the above line are displayed properly.