blob: 633e31b44909ad8331cf4419fc5df636e80048de [file] [log] [blame]
<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>