Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(336)

Unified Diff: LayoutTests/fast/dom/Window/Location/set-location-after-close.html

Issue 915033002: BatteryManager.getBattery(): gracefully bail on context-detached use. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: tidying up test Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698