blob: 2df07abcea563b8cdca3d139d74c9d1562cdc695 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
[DEFAULT]
tags = "condprof"
firefox-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"]
["test_certs.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"]
|