15 lines
316 B
TOML
15 lines
316 B
TOML
[DEFAULT]
|
|
skip-if = ["os == 'android'"]
|
|
|
|
["test_beaconCookies.html"]
|
|
skip-if = ["(verify && !debug && (os == 'win'))"]
|
|
support-files = [
|
|
"beacon-set-cookie.sjs",
|
|
"file_beaconCookies.html",
|
|
]
|
|
|
|
["test_beaconWithSafelistedContentType.html"]
|
|
support-files = [
|
|
"beacon-handler.sjs",
|
|
"file_beaconSafelist.html",
|
|
]
|