<script>
function test()
{
open("sibling-subframe-content.html", "sibling");
}
</script>
<body onload="test()">
This frame will try to replace the contents of the frame to the right.
If the bug still occurs, pop-up blocking will prevent it from doing so.
</body>