blob: f88a3148a64e320783ad451997cc3bdd98dc7d01 (
plain)
1
2
3
4
5
6
7
8
9
10
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]
|