blob: 81f25f2d4f4f59ab84352fc8eb8a55c16b83940f [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
function bar() { which = "parent"; document.getElementById("result").innerHTML = which; }
</script>
</head>
<body>
<p>The following line should say "parent", meaning that the proper window object was used.</p>
<p id="result"></p>
<iframe src="resources/child.html"></iframe>
</body>
</html>