summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/notifications
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/notifications')
-rw-r--r--testing/web-platform/meta/notifications/getnotifications-across-processes.https.window.js.ini10
-rw-r--r--testing/web-platform/meta/notifications/tag.https.html.ini10
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