summaryrefslogtreecommitdiffstats
path: root/dom/xhr/tests/test_XHR.js
diff options
context:
space:
mode:
Diffstat (limited to 'dom/xhr/tests/test_XHR.js')
-rw-r--r--dom/xhr/tests/test_XHR.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/dom/xhr/tests/test_XHR.js b/dom/xhr/tests/test_XHR.js
index 12eb06e4f6..0034f8a0eb 100644
--- a/dom/xhr/tests/test_XHR.js
+++ b/dom/xhr/tests/test_XHR.js
@@ -1,4 +1,7 @@
"use strict";
+
+/* eslint-disable mozilla/no-comparison-or-assignment-inside-ok */
+
SimpleTest.waitForExplicitFinish();
var gen = runTests();