blob: 2197b1d26029a16d34f6ba2a4f3b41d9eb10d70f [file] [log] [blame]
<html>
<head>
<link rel="stylesheet" href="../../../js/resources/js-test-style.css">
<script src="../../../js/resources/js-test-pre.js"></script>
<script src="resources/location-tests-functions.js"></script>
</head>
<body>
<p id="description"></p>
<div id="console"></div>
<script>
if (window.layoutTestController)
layoutTestController.waitUntilDone();
var result;
function frameLoaded()
{
result = normalizeURL(String(window.frames[0].location));
shouldBe("result", "'pass.html'");
if (window.layoutTestController)
layoutTestController.notifyDone();
}
successfullyParsed = true;
</script>
<iframe onload="frameLoaded()" src="resources/window-shadow-location-using-js-object-with-toString-iframe.html"></iframe>
<script src="../../../js/resources/js-test-post.js"></script>
</body>
</html>