3 <script src=
"../../../../resources/js-test.js"></script>
4 <script src=
"resources/location-tests-functions.js"></script>
9 testRunner
.waitUntilDone();
12 window
.onmessage = function()
14 result
= normalizeURL(String(window
.frames
[0].location
));
15 shouldBe("result", "'pass.html'");
16 if (window
.testRunner
)
17 testRunner
.notifyDone();
20 <iframe src=
"resources/window-shadow-location-using-string-iframe.html"></iframe>