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

Unified Diff: LayoutTests/gamepad/gamepad-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/gamepad/gamepad-detached-no-crash.html
diff --git a/LayoutTests/gamepad/gamepad-detached-no-crash.html b/LayoutTests/gamepad/gamepad-detached-no-crash.html
index 1f474e0d41375561f8e6e1b0d019ceee87a8abed..40373d6103d80e8e38358274c7e0905f730571f9 100644
--- a/LayoutTests/gamepad/gamepad-detached-no-crash.html
+++ b/LayoutTests/gamepad/gamepad-detached-no-crash.html
@@ -22,7 +22,7 @@ if (window.gamepadController) {
testRunner.setCanOpenWindows();
testRunner.waitUntilDone();
}
- w = window.open('resources/gamepad-detached-no-crash-new-window.html');
+ w = window.open('../resources/window-postmessage-open-close.html');
expectedLength = w.navigator.getGamepads().length;
window.addEventListener("message", processMessage, false);
} else {

Powered by Google App Engine
This is Rietveld 408576698