forked from mirrors/gecko-dev
Fixing one test to set permission properly and another to not trigger external network request. Differential Revision: https://phabricator.services.mozilla.com/D198957
11 lines
403 B
INI
11 lines
403 B
INI
prefs: [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]
|