diff options
Diffstat (limited to 'dom/file/tests')
-rw-r--r-- | dom/file/tests/common_blob.js | 2 | ||||
-rw-r--r-- | dom/file/tests/worker_blob_reading.js | 2 | ||||
-rw-r--r-- | dom/file/tests/worker_fileReader.js | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/dom/file/tests/common_blob.js b/dom/file/tests/common_blob.js index 261909af0d..39ece679e0 100644 --- a/dom/file/tests/common_blob.js +++ b/dom/file/tests/common_blob.js @@ -1,3 +1,5 @@ +/* eslint-disable mozilla/no-comparison-or-assignment-inside-ok */ + const RANGE_1 = 1; const RANGE_2 = 2; diff --git a/dom/file/tests/worker_blob_reading.js b/dom/file/tests/worker_blob_reading.js index f57161c220..8ad421062f 100644 --- a/dom/file/tests/worker_blob_reading.js +++ b/dom/file/tests/worker_blob_reading.js @@ -1,3 +1,5 @@ +/* eslint-disable mozilla/no-comparison-or-assignment-inside-ok */ + importScripts("common_blob_reading.js"); function info(message) { diff --git a/dom/file/tests/worker_fileReader.js b/dom/file/tests/worker_fileReader.js index 2e8408d1bb..fe7c49e64f 100644 --- a/dom/file/tests/worker_fileReader.js +++ b/dom/file/tests/worker_fileReader.js @@ -1,3 +1,5 @@ +/* eslint-disable mozilla/no-comparison-or-assignment-inside-ok */ + importScripts("common_fileReader.js"); function ok(a, msg) { |