12 lines
555 B
INI
12 lines
555 B
INI
prefs: [dom.webnotifications.loglevel:All]
|
|
[getnotifications-across-processes.https.window.html]
|
|
[Get notification created from window]
|
|
expected:
|
|
if (os == "linux") and not debug and not asan and (processor == "x86_64") and not tsan: [PASS, FAIL]
|
|
if (os == "linux") and not debug and asan: [PASS, FAIL]
|
|
if (os == "linux") and debug: [PASS, FAIL]
|
|
if (os == "android") and debug: [PASS, FAIL]
|
|
|
|
[Create and get notification within service worker]
|
|
expected:
|
|
if not fission and (os == "linux") and debug: [PASS, FAIL]
|