1
0
Fork 0
firefox/testing/web-platform/meta/notifications/shownotification.https.window.js.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

22 lines
792 B
INI

[getnotifications-across-processes.https.window.html]
[Get notification created from window]
expected:
if fission and (processor == "x86") and (os == "linux"): [PASS, FAIL]
if not fission and not debug: [PASS, FAIL]
[shownotification.https.window.html]
expected:
if (os == "win") and (processor == "x86_64"): [OK, CRASH]
[fetching multiple notifications]
expected:
if (os == "android") and not debug and sessionHistoryInParent: [PASS, FAIL]
if (os == "android") and not debug and not sessionHistoryInParent: [PASS, FAIL]
[fetching a notification with custom data]
expected:
if asan and not fission: [PASS, FAIL]
[fetching only persistent notifications]
expected:
if debug and (os == "linux") and not fission: [PASS, FAIL]