summaryrefslogtreecommitdiffstats
path: root/docshell/test/navigation/file_bug1375833.html
diff options
context:
space:
mode:
Diffstat (limited to 'docshell/test/navigation/file_bug1375833.html')
-rw-r--r--docshell/test/navigation/file_bug1375833.html2
1 files changed, 1 insertions, 1 deletions
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, "*");