blob: b5908a88c5eda492e7503666d0bf763f233462f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
prefs: [notification.prompt.testing:true, marionette.setpermission.enabled:true]
[getnotifications-across-processes.https.window.html]
expected:
if (processor == "x86") and not debug: [OK, TIMEOUT]
[Get notification created from window]
expected:
if (os == "linux") and not fission and debug and swgl: [PASS, FAIL]
if (os == "linux") and fission and swgl: [PASS, FAIL]
if (os == "linux") and not fission and not debug: [PASS, FAIL]
[Service worker test setup]
expected:
if (processor == "x86") and not debug: [PASS, TIMEOUT]
[Create and get notification within service worker]
expected:
if swgl and (os == "linux") and not fission: [PASS, FAIL]
|