mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 21:28:04 +02:00
test_downloads.js is broken in many ways: 1. the file: URI download can finish before the end of the test because everything is async. Checking that we have active downloads is wrong. 2. Download API doesn't offer a promise-based or callback-based way to know when something is removed. This means that Services.clearData.deleteData* methods return before the end of the operation. |
||
|---|---|---|
| .. | ||
| .eslintrc.js | ||
| head.js | ||
| test_basic.js | ||
| test_cookies.js | ||
| test_downloads.js | ||
| test_passwords.js | ||
| test_permissions.js | ||
| xpcshell.ini | ||