73 lines
2.8 KiB
INI
73 lines
2.8 KiB
INI
prefs: [dom.webnotifications.requireinteraction.enabled:true, dom.webnotifications.actions.enabled:true]
|
|
[instance.https.window.html]
|
|
expected:
|
|
if (os == "linux") and (processor == "x86_64") and not debug and not asan and not tsan: [OK, TIMEOUT]
|
|
if (os == "linux") and (processor == "x86"): [OK, TIMEOUT]
|
|
if os == "mac": [OK, TIMEOUT]
|
|
if os == "android": [TIMEOUT, OK]
|
|
[Service worker test setup]
|
|
expected:
|
|
if (os == "linux") and (processor == "x86_64") and not debug and not asan and not tsan: [PASS, TIMEOUT]
|
|
if (os == "linux") and (processor == "x86"): [PASS, TIMEOUT]
|
|
if os == "mac": [PASS, TIMEOUT]
|
|
if os == "android": [TIMEOUT, PASS]
|
|
|
|
[notificationclose: Setup]
|
|
expected:
|
|
if (os == "linux") and not debug and not asan: [PASS, TIMEOUT]
|
|
if os == "mac": [PASS, TIMEOUT]
|
|
if os == "android": [TIMEOUT, PASS]
|
|
|
|
[notificationclose: Attribute exists with expected value: title]
|
|
expected:
|
|
if (os == "linux") and not debug and not asan: [PASS, NOTRUN]
|
|
if os == "mac": [PASS, NOTRUN]
|
|
if os == "android": [NOTRUN, PASS]
|
|
|
|
[notificationclose: Attribute exists with expected value: dir]
|
|
expected:
|
|
if (os == "linux") and not debug and not asan: [PASS, NOTRUN]
|
|
if os == "mac": [PASS, NOTRUN]
|
|
if os == "android": [NOTRUN, PASS]
|
|
|
|
[notificationclose: Attribute exists with expected value: lang]
|
|
expected:
|
|
if (os == "linux") and not debug and not asan: [PASS, NOTRUN]
|
|
if os == "mac": [PASS, NOTRUN]
|
|
if os == "android": [NOTRUN, PASS]
|
|
|
|
[notificationclose: Attribute exists with expected value: body]
|
|
expected:
|
|
if (os == "linux") and not debug and not asan: [PASS, NOTRUN]
|
|
if os == "mac": [PASS, NOTRUN]
|
|
if os == "android": [NOTRUN, PASS]
|
|
|
|
[notificationclose: Attribute exists with expected value: tag]
|
|
expected:
|
|
if (os == "linux") and not debug and not asan: [PASS, NOTRUN]
|
|
if os == "mac": [PASS, NOTRUN]
|
|
if os == "android": [NOTRUN, PASS]
|
|
|
|
[notificationclose: Attribute exists with expected value: icon]
|
|
expected:
|
|
if (os == "linux") and not debug and not asan: [PASS, NOTRUN]
|
|
if os == "mac": [PASS, NOTRUN]
|
|
if os == "android": [NOTRUN, PASS]
|
|
|
|
[notificationclose: Attribute exists with expected value: data]
|
|
expected:
|
|
if (os == "linux") and not debug and not asan: [PASS, NOTRUN]
|
|
if os == "mac": [PASS, NOTRUN]
|
|
if os == "android": [NOTRUN, PASS]
|
|
|
|
[notificationclose: Attribute exists with expected value: requireInteraction]
|
|
expected:
|
|
if os == "android": [NOTRUN, PASS]
|
|
|
|
[notificationclose: Attribute exists with expected value: silent]
|
|
expected:
|
|
if os == "android": [NOTRUN, PASS]
|
|
|
|
[notificationclose: Attribute exists with expected value: actions]
|
|
expected:
|
|
if os == "android": [NOTRUN, PASS]
|