From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- docshell/test/navigation/file_bug1375833.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docshell/test/navigation/file_bug1375833.html') diff --git a/docshell/test/navigation/file_bug1375833.html b/docshell/test/navigation/file_bug1375833.html index 373a7fe08e..6d39f30281 100644 --- a/docshell/test/navigation/file_bug1375833.html +++ b/docshell/test/navigation/file_bug1375833.html @@ -10,7 +10,7 @@ function test() { let iframe = document.querySelector("#testFrame"); setTimeout(function() { iframe.src = "file_bug1375833-frame1.html"; }, 0); - iframe.onload = function(e) { + iframe.onload = function() { setTimeout(function() { iframe.src = "file_bug1375833-frame2.html"; }, 0); iframe.onload = function() { opener.postMessage(iframe.contentWindow.location.href, "*"); -- cgit v1.2.3