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

Unified Diff: LayoutTests/vibration/vibration-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/vibration/vibration-detached-no-crash.html
diff --git a/LayoutTests/vibration/vibration-detached-no-crash.html b/LayoutTests/vibration/vibration-detached-no-crash.html
index 46b12de5a54a8e51b7acdd480115bf094bb626f8..7e0de30d42831b7ab5aec3aa758a641a9c50fc8c 100644
--- a/LayoutTests/vibration/vibration-detached-no-crash.html
+++ b/LayoutTests/vibration/vibration-detached-no-crash.html
@@ -23,7 +23,7 @@ if (window.testRunner) {
testRunner.dumpAsText();
testRunner.setCanOpenWindows();
}
-w = window.open('resources/vibration-detached-no-crash-new-window.html');
+w = window.open('../resources/window-postmessage-open-close.html');
window.addEventListener("message", processMessage, false);
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698