Index: LayoutTests/fast/dom/Window/Location/set-location-after-close.html |
diff --git a/LayoutTests/fast/dom/Window/Location/set-location-after-close.html b/LayoutTests/fast/dom/Window/Location/set-location-after-close.html |
index ee2e340cc7d600ded8cc760b00a382908500dea1..d6ffcec0681b5bee4caef9283c845aedb6463b6a 100644 |
--- a/LayoutTests/fast/dom/Window/Location/set-location-after-close.html |
+++ b/LayoutTests/fast/dom/Window/Location/set-location-after-close.html |
@@ -14,7 +14,7 @@ if (window.testRunner) { |
testRunner.waitUntilDone(); |
} |
-var w = window.open('resources/set-location-after-close-new-window.html'); |
+var w = window.open('../../../../resources/window-postmessage-open-close.html'); |
window.addEventListener("message", processMessage, false); |