blob: abb1f510f6872caed652a70e4f4d709c4df070c5 [file] [log] [blame]
<html>
<head>
<script>
if (window.layoutTestController)
layoutTestController.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>