Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<html class="reftest-wait">
<head>
<script type="text/javascript">
function p(n)
{
dump("Test 212563-2 says: " + n + "\n");
}
// Step 1: replace the innermost frame
function changeInnermost(iframeElement)
{
iframeElement.setAttribute("src", "212563-2-innermost-a.html");
}
// Step 2: replace the middle iframe (from the new innermost iframe's onload handler)
var replacementForMiddleFrame = "<body onload=top.p(5);parent.document.documentElement.removeAttribute('class');>replacement for middle frame<script>top.p(2);<\/script><\/body>";
</script>
</head>
<body>
<iframe src="212563-2-inner.html"></iframe>
</body>
</html>