20 lines
490 B
TOML
20 lines
490 B
TOML
[DEFAULT]
|
|
support-files = [
|
|
"file_empty.html",
|
|
"file_storage_access_notification_helper.html",
|
|
]
|
|
prefs = [
|
|
"dom.security.featurePolicy.header.enabled=true",
|
|
"dom.security.featurePolicy.webidl.enabled=true",
|
|
"permissions.media.query.enabled=true",
|
|
"privacy.resistFingerprinting=false",
|
|
]
|
|
|
|
["test_cross_origin_iframe.html"]
|
|
fail-if = ["xorigin"]
|
|
|
|
["test_permissions_api.html"]
|
|
skip-if = ["xorigin"] # Hangs
|
|
|
|
["test_storage_access_notification.html"]
|
|
skip-if = ["xorigin"] # Hangs
|