summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/sandboxing/window-open-blank-from-different-initiator.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/html/browsers/sandboxing/window-open-blank-from-different-initiator.html')
-rw-r--r--testing/web-platform/tests/html/browsers/sandboxing/window-open-blank-from-different-initiator.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/web-platform/tests/html/browsers/sandboxing/window-open-blank-from-different-initiator.html b/testing/web-platform/tests/html/browsers/sandboxing/window-open-blank-from-different-initiator.html
index 91817c3db4..3e227b456f 100644
--- a/testing/web-platform/tests/html/browsers/sandboxing/window-open-blank-from-different-initiator.html
+++ b/testing/web-platform/tests/html/browsers/sandboxing/window-open-blank-from-different-initiator.html
@@ -68,8 +68,7 @@ const runTest = (description, createNewPopup) => {
// Open a new window and start loading from an unresponsive server. The frame
// will be left with the initial empty document and a pending navigation.
runTest("One pending navigation", async (test, popup_name) => {
- const unresponsive_path =
- "/fetch/api/resources/infinite-slow-response.py";
+ const unresponsive_path = "/common/slow.py?delay=1000000";
return window.open(same_origin + unresponsive_path, popup_name);
});