blob: 3bc2977840be9f1c878dbfe2aa2a89e44a0cbb2f [file] [log] [blame]
<html>
<head>
<script src="../../../../resources/js-test-pre.js"></script>
<script src="resources/location-tests-functions.js"></script>
</head>
<body>
<script>
if (window.testRunner)
testRunner.waitUntilDone();
var result;
function frameLoaded()
{
result = normalizeURL(String(window.frames[0].location));
shouldBe("result", "'pass.html'");
if (window.testRunner)
testRunner.notifyDone();
}
</script>
<iframe onload="frameLoaded()" src="resources/window-shadow-location-using-string-iframe.html"></iframe>
<script src="../../../../resources/js-test-post.js"></script>
</body>
</html>