summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/118931-1.html
blob: 48a0bfa39fb5eef9ec4e56edeaeea3c99016ba1b (plain)
1
2
3
4
5
6
7
<BODY>

<DIV id=container style="POSITION: absolute;"></DIV>

<SCRIPT language=Javascript>
    document.getElementById('container').style.position='relative';
</SCRIPT>