diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:37 +0000 |
commit | a90a5cba08fdf6c0ceb95101c275108a152a3aed (patch) | |
tree | 532507288f3defd7f4dcf1af49698bcb76034855 /testing/web-platform/meta/notifications | |
parent | Adding debian version 126.0.1-1. (diff) | |
download | firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.tar.xz firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.zip |
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/notifications')
-rw-r--r-- | testing/web-platform/meta/notifications/getnotifications-across-processes.https.window.js.ini | 10 | ||||
-rw-r--r-- | testing/web-platform/meta/notifications/tag.https.html.ini | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/testing/web-platform/meta/notifications/getnotifications-across-processes.https.window.js.ini b/testing/web-platform/meta/notifications/getnotifications-across-processes.https.window.js.ini index 34d8c0cbb6..f88a3148a6 100644 --- a/testing/web-platform/meta/notifications/getnotifications-across-processes.https.window.js.ini +++ b/testing/web-platform/meta/notifications/getnotifications-across-processes.https.window.js.ini @@ -1 +1,11 @@ prefs: [notification.prompt.testing:true, marionette.setpermission.enabled:true, dom.webnotifications.loglevel:All] +[getnotifications-across-processes.https.window.html] + [Get notification created from window] + expected: + if not asan and not fission and (os == "android"): PASS + if not asan and fission: PASS + [PASS, FAIL] + + [Create and get notification within service worker] + expected: + if not fission and (os == "linux") and debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/notifications/tag.https.html.ini b/testing/web-platform/meta/notifications/tag.https.html.ini new file mode 100644 index 0000000000..274e91c6f7 --- /dev/null +++ b/testing/web-platform/meta/notifications/tag.https.html.ini @@ -0,0 +1,10 @@ +prefs: [notification.prompt.testing:true,marionette.setpermission.enabled:true] + +[tag.https.html] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1891536 + expected: + if (os == "android"): TIMEOUT + + [Opening two notifications with the same tag should close the first one] + expected: + if (os == "android"): TIMEOUT |