blob: e0ff48082d23886bc2ec7c967f76fb5603c900fb [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-js-object-with-toString-iframe.html"></iframe>
<script src="../../../../resources/js-test-post.js"></script>
</body>
</html>