45 lines
897 B
TOML
45 lines
897 B
TOML
[DEFAULT]
|
|
tags = "condprof"
|
|
icecat-appdir = "browser"
|
|
head = "head.js"
|
|
skip-if = ["os == 'android'"]
|
|
support-files = ""
|
|
prefs = [
|
|
"privacy.bounceTrackingProtection.enabled=true",
|
|
"privacy.bounceTrackingProtection.enableTestMode=true",
|
|
"privacy.bounceTrackingProtection.bounceTrackingPurgeTimerPeriodSec=0",
|
|
]
|
|
|
|
["test_basic.js"]
|
|
|
|
["test_bounce_tracking_protection.js"]
|
|
skip-if = ["condprof"] # Bug 1893058
|
|
|
|
["test_certs.js"]
|
|
|
|
["test_clear_data_service_flags.js"]
|
|
|
|
["test_cookie_banner_handling.js"]
|
|
|
|
["test_cookies.js"]
|
|
|
|
["test_downloads.js"]
|
|
|
|
["test_fingerprinting_protection_state.js"]
|
|
|
|
["test_identity_credential_storage.js"]
|
|
|
|
["test_network_cache.js"]
|
|
skip-if = ["condprof"] # Bug 1769154 - expected fail w/condprof
|
|
|
|
["test_passwords.js"]
|
|
|
|
["test_permissions.js"]
|
|
|
|
["test_quota.js"]
|
|
|
|
["test_security_settings.js"]
|
|
|
|
["test_storage_permission.js"]
|
|
|
|
["test_storage_permission_clearing.js"]
|