summaryrefslogtreecommitdiffstats
path: root/dom/media/autoplay/test/mochitest/file_autoplay_policy_eventdown_activation.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/autoplay/test/mochitest/file_autoplay_policy_eventdown_activation.html')
-rw-r--r--dom/media/autoplay/test/mochitest/file_autoplay_policy_eventdown_activation.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/dom/media/autoplay/test/mochitest/file_autoplay_policy_eventdown_activation.html b/dom/media/autoplay/test/mochitest/file_autoplay_policy_eventdown_activation.html
index e25b6401d1..9fcda2afe9 100644
--- a/dom/media/autoplay/test/mochitest/file_autoplay_policy_eventdown_activation.html
+++ b/dom/media/autoplay/test/mochitest/file_autoplay_policy_eventdown_activation.html
@@ -36,8 +36,8 @@
let x = eventNames.map(
(eventName) => {
- return new Promise(function (resolve, reject) {
- window.addEventListener(eventName, async function (event) {
+ return new Promise(function (resolve) {
+ window.addEventListener(eventName, async function () {
let p = await element.play().then(() => true, () => false);
ok(p, "Expect to be activated already in " + eventName);
resolve();