25 lines
598 B
TOML
25 lines
598 B
TOML
[DEFAULT]
|
|
|
|
["test_geolocation_monitor.js"]
|
|
|
|
["test_geolocation_position_unavailable.js"]
|
|
|
|
["test_geolocation_position_unavailable_wrap.js"]
|
|
|
|
["test_geolocation_provider.js"]
|
|
|
|
["test_geolocation_provider_timeout.js"]
|
|
|
|
["test_geolocation_reset_accuracy.js"]
|
|
skip-if = [
|
|
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && opt && msix", # Bug 1822179
|
|
]
|
|
|
|
["test_geolocation_reset_accuracy_wrap.js"]
|
|
skip-if = [
|
|
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && opt && msix", # Bug 1822179
|
|
]
|
|
|
|
["test_geolocation_timeout.js"]
|
|
|
|
["test_geolocation_timeout_wrap.js"]
|