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