30 lines
513 B
TOML
30 lines
513 B
TOML
[DEFAULT]
|
|
|
|
support-files = [
|
|
"blank.html",
|
|
"create_notification.html",
|
|
"MockServices.js",
|
|
"NotificationTest.js",
|
|
]
|
|
|
|
["test_notification_basics.html"]
|
|
skip-if = ["xorigin"] # Bug 1792790
|
|
|
|
["test_notification_crossorigin_iframe.html"]
|
|
scheme = "https"
|
|
# This test needs to be run on HTTP (not HTTPS).
|
|
|
|
["test_notification_insecure_context.html"]
|
|
skip-if = [
|
|
"http3",
|
|
"http2",
|
|
]
|
|
|
|
["test_notification_permissions.html"]
|
|
scheme = "https"
|
|
|
|
["test_notification_tag.html"]
|
|
skip-if = [
|
|
"http3",
|
|
"http2",
|
|
]
|