summaryrefslogtreecommitdiffstats
path: root/dom/security/test/https-first/file_data_uri.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/security/test/https-first/file_data_uri.html')
-rw-r--r--dom/security/test/https-first/file_data_uri.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/security/test/https-first/file_data_uri.html b/dom/security/test/https-first/file_data_uri.html
index 69133e5079..e6d5744802 100644
--- a/dom/security/test/https-first/file_data_uri.html
+++ b/dom/security/test/https-first/file_data_uri.html
@@ -6,7 +6,7 @@
</head>
<body>
<script class="testbody" type="text/javascript">
- window.onload = (event) => {
+ window.onload = () => {
let myLoc = window.location.href;
window.opener.parent.postMessage({location: myLoc}, "*");
window.close();