summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/tests/test_texteditor_wrapping_long_line.html
diff options
context:
space:
mode:
Diffstat (limited to 'editor/libeditor/tests/test_texteditor_wrapping_long_line.html')
-rw-r--r--editor/libeditor/tests/test_texteditor_wrapping_long_line.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/libeditor/tests/test_texteditor_wrapping_long_line.html b/editor/libeditor/tests/test_texteditor_wrapping_long_line.html
index 14a445bbb0..013e563a27 100644
--- a/editor/libeditor/tests/test_texteditor_wrapping_long_line.html
+++ b/editor/libeditor/tests/test_texteditor_wrapping_long_line.html
@@ -11,7 +11,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=1733878
<script src="/tests/SimpleTest/EventUtils.js"></script>
<script>
/** Test for bug 1733878 **/
- window.addEventListener("DOMContentLoaded", (event) => {
+ window.addEventListener("DOMContentLoaded", () => {
SimpleTest.waitForExplicitFinish();
SimpleTest.waitForFocus(function() {
document.body.textContent = ""; // It would be \n\n otherwise...