summaryrefslogtreecommitdiffstats
path: root/toolkit/components/thumbnails/test/browser_thumbnails_update.js
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:42 +0000
commitda4c7e7ed675c3bf405668739c3012d140856109 (patch)
treecdd868dba063fecba609a1d819de271f0d51b23e /toolkit/components/thumbnails/test/browser_thumbnails_update.js
parentAdding upstream version 125.0.3. (diff)
downloadfirefox-da4c7e7ed675c3bf405668739c3012d140856109.tar.xz
firefox-da4c7e7ed675c3bf405668739c3012d140856109.zip
Adding upstream version 126.0.upstream/126.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'toolkit/components/thumbnails/test/browser_thumbnails_update.js')
-rw-r--r--toolkit/components/thumbnails/test/browser_thumbnails_update.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/toolkit/components/thumbnails/test/browser_thumbnails_update.js b/toolkit/components/thumbnails/test/browser_thumbnails_update.js
index 004df9a01f..7a00717e2f 100644
--- a/toolkit/components/thumbnails/test/browser_thumbnails_update.js
+++ b/toolkit/components/thumbnails/test/browser_thumbnails_update.js
@@ -163,7 +163,7 @@ add_task(async function thumbnails_captureAndStore_error_response() {
gBrowser,
url: URL,
},
- async browser => {
+ async () => {
await captureAndCheckColor(0, 255, 0, "we have a green thumbnail");
}
);
@@ -176,7 +176,7 @@ add_task(async function thumbnails_captureAndStore_error_response() {
gBrowser,
url: URL,
},
- async browser => {
+ async () => {
await captureAndCheckColor(0, 255, 0, "we still have a green thumbnail");
}
);
@@ -195,7 +195,7 @@ add_task(async function thumbnails_captureAndStore_ok_response() {
gBrowser,
url: URL,
},
- async browser => {
+ async () => {
await captureAndCheckColor(0, 255, 0, "we have a green thumbnail");
}
);
@@ -208,7 +208,7 @@ add_task(async function thumbnails_captureAndStore_ok_response() {
gBrowser,
url: URL,
},
- async browser => {
+ async () => {
await captureAndCheckColor(255, 0, 0, "we now have a red thumbnail");
}
);