mochitest.toml (505B)
1 [DEFAULT] 2 support-files = [ 3 "file_empty.html", 4 "file_storage_access_notification_helper.html", 5 ] 6 prefs = [ 7 "dom.security.featurePolicy.header.enabled=true", 8 "dom.security.featurePolicy.webidl.enabled=true", 9 "permissions.media.query.enabled=true", 10 "privacy.resistFingerprinting=false", 11 ] 12 13 ["test_cross_origin_iframe.html"] 14 fail-if = [ 15 "xorigin", 16 ] 17 18 ["test_permissions_api.html"] 19 skip-if = [ 20 "xorigin", # Hangs 21 ] 22 23 ["test_storage_access_notification.html"] 24 skip-if = [ 25 "xorigin", # Hangs 26 ]