diff options
Diffstat (limited to 'editor/libeditor/tests/test_bug1649005.html')
-rw-r--r-- | editor/libeditor/tests/test_bug1649005.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/libeditor/tests/test_bug1649005.html b/editor/libeditor/tests/test_bug1649005.html index fbd8e16ef8..5e08e16493 100644 --- a/editor/libeditor/tests/test_bug1649005.html +++ b/editor/libeditor/tests/test_bug1649005.html @@ -11,7 +11,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=1649005 <script src="/tests/SimpleTest/EventUtils.js"></script> <script> /** Test for bug 1649005, bug 1779343 **/ - window.addEventListener("DOMContentLoaded", (event) => { + window.addEventListener("DOMContentLoaded", () => { SimpleTest.waitForExplicitFinish(); SimpleTest.waitForFocus(function() { document.body.textContent = ""; // It would be \n\n otherwise... |