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

Unified Diff: LayoutTests/http/tests/navigation/beacon-detached-no-crash.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/http/tests/navigation/beacon-detached-no-crash.html
diff --git a/LayoutTests/http/tests/navigation/beacon-detached-no-crash.html b/LayoutTests/http/tests/navigation/beacon-detached-no-crash.html
index 5d0f0b7e4b0f583a0537290e5e7d0a17e9c93834..b68c35b4d1952233553662e4647a7e000535cd08 100644
--- a/LayoutTests/http/tests/navigation/beacon-detached-no-crash.html
+++ b/LayoutTests/http/tests/navigation/beacon-detached-no-crash.html
@@ -23,6 +23,6 @@ if (window.testRunner) {
testRunner.setCanOpenWindows();
testRunner.waitUntilDone();
}
-w = window.open('resources/beacon-detached-no-crash-new-window.html');
+w = window.open('/js-test-resources/window-postmessage-open-close.html');
Michael van Ouwerkerk 2015/02/12 14:31:32 Can we maybe use relative urls so that things also
sof 2015/02/12 15:51:15 That would be useful to also support for http/test
window.addEventListener("message", processMessage, false);
</script>

Powered by Google App Engine
This is Rietveld 408576698